blob: 9a0c2ebfa7e09a77b38534fbe6d885b8593c5604 [file] [log] [blame]
--! qt:dataset:src
EXPLAIN
SELECT x.* FROM SRC x ORDER BY key limit 10;
SELECT x.* FROM SRC x ORDER BY key limit 10;
EXPLAIN
SELECT x.* FROM SRC x ORDER BY key desc limit 10;
SELECT x.* FROM SRC x ORDER BY key desc limit 10;