aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/expr/as_struct_syntax.sql
blob: d9f0aeef02740b9df92d9148e917b593b4e4a130 (plain) (blame)
1
2
/* postgres can not */
select AsStruct(1 as key, 2l as subkey, 'cool' as value)