SQLite with skip (offset) only (not limit) December 20, 2023 by Tarik Just set LIMIT to -1. For example: SELECT * FROM table LIMIT -1 OFFSET 10