How to select last row of mysql_query?

Posted by sergdev on Stack Overflow See other posts from Stack Overflow or by sergdev
Published on 2010-05-16T10:43:52Z Indexed on 2010/05/16 10:50 UTC
Read the original article Hit count: 207

Filed under:
|

It is possible to select last row selected by mysql_query in php without iterating using mysql_fetch_row from first row till last?

If so, what should I use?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about php