I have MySql Workbench 6.2CE (hope this helps..) And I'm trying to an offset query like this :
SELECT id FROM nameTable OFFSET 10 ROWS;
But it give me a syntax error on the 10 : is not a valid input in this position. Anyone knows the problem ?Thank you!