How To Find Last Row And Last Column In Mysql
how to find last row and last column in mysql
how, to, find, last, row, and, last, column, in, mysql
How To Find Last Row And Last Column In Mysql
Post Description: how to find last row and last column in mysql
POST# 556
Posted On: Fri Feb 29, 2008 12:01 pm
tory
Topic: How To Find Last Row And Last Column In Mysql
i want to know how to find last row and last column in Mysql? i have this script that i created but i want to get this information for the script to work the way i want it to. help please


Tue May 01, 2007 11:27 am
1
hostman
Reply #1169
you can run this query on your php: (asuming you are getting the last userid from the users table)

$qry = "SELECT * FROM users ORDER BY userid DESC LIMIT 1";

What do you think?

* name:  

* email:  

* Please enter comments:


Receive Replies on my Comments
(An email will be sent to you when someone replies to your comments)

Add image to comments
yes no             upload