I had a similar query, where i wanted to display the last 10 entries, my database contains a timestamp field.
however, whilst test this query, i used the ID field to order the database.::
select * from table_name order by ID;
when i pressed enter, the Mysql crashed. And i am running it under Win98 and I got a popup box with words to the effect "test signal" and a OK button.
Why does this happen???
Light on this matter greatly appreciated.
THanks,
Vikesh.