How To Find Last Row And Last Column In Mysql Database Query
- Forums
- MySQL
- How To Find Last Row And Last Column In Mysql Database Query
this is a question by a user.. sometimes it is helpful to know which is the last entry in a mysql database. so this forum will show you how to find the last row in your databse and query using php and mysql code [877], Last Updated: Sat May 18, 2024
tory
Tue May 01, 2007
1 Comments
1412 Visits
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
$qry = "SELECT * FROM users ORDER BY userid DESC LIMIT 1";