mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Update 00687_top_and_offset.sql
This commit is contained in:
parent
61a26f7846
commit
ed97f7e475
@ -15,5 +15,6 @@ INSERT INTO test.test VALUES (9);
|
||||
SELECT TOP 2 * FROM test.test;
|
||||
SELECT TOP (2) * FROM test.test;
|
||||
SELECT * FROM test.test LIMIT 2 OFFSET 2;
|
||||
SELECT TOP 2 * FROM test.test LIMIT 2; -- { clientError 404 }
|
||||
|
||||
DROP TABLE test.test;
|
||||
|
Loading…
Reference in New Issue
Block a user