aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/ansi_idents/escaped_udf_name.sql
blob: 9316d675560aca22c0f93491149826c8583b4ceb (plain) (blame)
1
2
3
4
5
6
--!ansi_lexer
/* syntax version 1 */
/* postgres can not */
use plato;

select `key` from Input where "String"::Contains("key", '7') order by key;