This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
Hi! How can I do json_group_array(table.col) AS foo with honeysql ?
json_group_array(table.col) AS foo
the AS part I got it no problem, but the json_group_array
AS
json_group_array
(sql/format {:select [[[:json_group_array :table/col] :foo]]} ) => ["SELECT JSON_GROUP_ARRAY(table.col) AS foo"]
Thanks a lot !