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