I have a mysql database, and in this database
I have a table called superfreaks.
superfreakID, superfreakName are the only two fields in that database. I want to select everything from superfreaks EXCEPT the one with the highest superfreakID.
What is my query?
Thanks in advance.