mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +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; |