mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 20:24:07 +00:00
3 lines
130 B
SQL
3 lines
130 B
SQL
CREATE VIEW unit AS (SELECT 1);
|
|
|
|
SELECT CounterID, StartURL FROM unit, test.visits ORDER BY (CounterID, StartURL) DESC LIMIT 1000; |