I need someone to help me in how to do a mysql query that delivers two columns and that one has the value of the next row.
I have the following records in this table:
and I need to do a SELECT which gives me in a column the values of lat starting from id 403 down, and in another column the values of lon but starting from id 401 downwards. is it understood?
Greetings, Matias