Page 1 of 1

MySQL/PHP

Posted: Sun Dec 05, 2004 7:29 am
by mjseaden
Hi

Is there any way I can select the last row of a table using MySQL?

Many thanks

Mark

Posted: Sun Dec 05, 2004 8:03 am
by kettle_drum
Order them with either ASC or DESC - depending on what you had before - use the opposite, and then limit to one.