Good afternoon,
I have a problem with the ORDER BY that I can not understand why it does not work, and it's probably stupid, but I can not find the stupidity.
I have this query:
SELECT * FROM webla_solicitudinfo ORDER BY 'IDSolicitud' ASC
I have tried to set IDSplication without the '', I tried changing ASC by DESC to see if I noticed any change, but nothing.
My intention is to list a database of Information Requests in order of arrival, being the last to arrive at the top of the list. For that reason I order them by the ID of the request, but it does not filter it.
Pepe Gordillo should go first, being the last to request information.
This is the BD: