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
b9b6818325
commit
4e0e500e15
@ -15,6 +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 }
|
||||
SELECT TOP 2 * FROM test.test LIMIT 2; -- { clientError 406 }
|
||||
|
||||
DROP TABLE test.test;
|
||||
|
Loading…
Reference in New Issue
Block a user