now, this is probably easy, but i am just a beginner with SQL. I already searched around on mysql.com, but i found nothing. I want to know if there is a way to get the row number for a certain entry. For example, say you have this database
ID Name
234 Joe
345 Bob
678 Susan
I want to be able to find out what row number the ID = '345' falls on. Is this possible?
ID Name
234 Joe
345 Bob
678 Susan
I want to be able to find out what row number the ID = '345' falls on. Is this possible?