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