Hi,
I am using PHP and MySQL and I was wondering if anyone knew how to 'drop' the last record retrieved from a SELECT query. Or just not retrieve it?.
I am trying to retrieve all of the records in a table EXCEPT the very last one. I could do it with a LIMIT but the database will grow so I don't know what the last records will be.
Any hep would be very much appreciated.
Many thanks,
theUKdude