ClickHouse/tests/queries/1_stateful/00181_cross_join_compression.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3 lines
130 B
MySQL
Raw Normal View History

2024-04-28 12:55:51 +00:00
CREATE VIEW unit AS (SELECT 1);
2024-03-27 22:09:02 +00:00
2024-04-28 12:55:51 +00:00
SELECT CounterID, StartURL FROM unit, test.visits ORDER BY (CounterID, StartURL) DESC LIMIT 1000;