sql skip first 10 rows code example Example: sql skip the first row SELECT * FROM table WHERE something = 'whatever' LIMIT 10 OFFSET 1;