aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/expr/struct_literal_bind.sql
blob: e9111dce015831eecbe5dff8f9140cb9faf67123 (plain) (blame)
1
2
3
4
5
/* syntax version 1 */
/* postgres can not */
$s = <| x:1, y:"2" |>;

select $s;