Possible Duplicate:
How to get ID of the last updated row in MySQL?
I have table that I call VAUCER, and inside have rows ID, BROJ, TEKST, DATUM, VREME
ID is primary index AI, BROJ is some number, TEKST is TXT, DATUM is DATE, and VREME is some number, I have made that to be time();
I want to display only one last edited record, not all records, how to mysql query that?