How do I get a Select
starting with example from the second row of my table?
I know that by using ASC limit 1,1
I can choose the second line, but how do I start from it?
How do I get a Select
starting with example from the second row of my table?
I know that by using ASC limit 1,1
I can choose the second line, but how do I start from it?
You can put the second value of LIMIT
as greater than the table can reach or value you think is appropriate.
Ex:
SELECT * FROM tabela ASC LIMIT 1,999999999999999999