Syntaxe je chybná a její
select * from table order by someid
[LIMIT {[offset,] row_count | row_count OFFSET offset}]
https://dev.mysql.com/doc/refman/5.0 /cs/select.html
Všimněte si, že limit bez pořadí podle nemá žádný význam.
SELECT id FROM nameTable order by id limit 10 OFFSET 10