aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/expr/literal_struct_member.sql
blob: a53d4b293f6f39ece4ad9eab537edf5c27676452 (plain) (blame)
1
2
3
/* postgres can not */
$struct = YQL::@@(AsStruct '('"z z" (String 'a)) '('y (String 'b)))@@;
SELECT $struct.`z z`;