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