aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/ansi_idents/struct_access.sql
blob: 034a9dd2a394e96de75171991631f4ed3bda61f0 (plain) (blame)
1
2
3
4
5
--!ansi_lexer
/* syntax version 1 */
/* postgres can not */
$s = <|"a": 1, b: 2, `c`: 3|>;
select $s."b";