aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/expr/literal_strings_suffix.sql
blob: 6d63d0f7505db1863253e7a53d60d4e673d0fd55 (plain) (blame)
1
2
3
/* postgres can not */
/* syntax version 1 */
select "ab"u, "[1;2]"y, '{"a":null}'j;