Added useFormat hook to format special values.

This commit is contained in:
Mike Cao 2023-08-07 15:02:50 -07:00
parent a71cf675ae
commit 2eee9c23c3
9 changed files with 68 additions and 19 deletions

View file

@ -41,6 +41,7 @@ async function relationalQuery(
and website_event.event_type = {{eventType}}
${filterQuery}
group by 1
limit 500
`,
params,
);