blob: 98305b56b03e9fc11e3e1789270c248b20d20e4f [file] [log] [blame]
--! qt:dataset:src
-- escaped column names in cluster by are not working jira 3267
explain
select key, value from src cluster by key, value;
explain
select `key`, value from src cluster by `key`, value;