Is there an ANSI SQL compliant version of SQL SERVER\'s SELECT TOP n?
SELECT TOP n
'LIMIT' works with Amazon's Athena:
SELECT * FROM myTable LIMIT 3;