4 lines
138 B
SQL
4 lines
138 B
SQL
-- database: presto; groups: limit; tables: nation
|
|
SELECT nationkey FROM tpch_tiny_nation WHERE name < 'INDIA'
|
|
ORDER BY nationkey LIMIT 3
|