aboutsummaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/ansi_idents/order_by.sql
blob: ca319759aa62679e1341370b9d72badb1c3d21af (plain) (blame)
1
2
3
4
5
--!ansi_lexer
/* syntax version 1 */
use plato;

select "a".* from Input as "a" order by "key", `subkey`;