summaryrefslogtreecommitdiffstats
path: root/yt/yql/tests/sql/suites/materialize/sys_columns.yql
blob: b13dfe3f3921eeeb7438d5a1b5ba10c9a6b0e0ee (plain) (blame)
1
2
3
4
5
use plato;

$table = SELECT key, TableName() as table FROM Input;
MATERIALIZE $table INTO $result;
SELECT * FROM $result ORDER BY key;