example of alias with columns
Signed-off-by: Sean Corfield <sean@corfield.org>
This commit is contained in:
parent
aa1f2bc0f6
commit
e0356bc9c5
1 changed files with 1 additions and 0 deletions
|
|
@ -2713,4 +2713,5 @@
|
|||
:select [:*]
|
||||
:from [(keyword "'`a-b.b-c.c-d`")]}
|
||||
(sql/format))
|
||||
(sql/format {:select :* :from [[[:json_to_recordset :my-json-column] [:b {:with-columns [[:c :int] [:d :text]]}]]]})
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue