3 lines
122 B
SQL
3 lines
122 B
SQL
-- database: presto; groups: limit; tables: nation
|
|
SELECT nationkey from tpch_tiny_nation ORDER BY nationkey DESC LIMIT 5
|