This is a sql newbie question.
Basically, I want an extra column to return with my select statement to number the rows. I’m using mysql.
Eg:
select * from friends David Steve Joe
What is the syntax to get:
1 David 2 Steve 3 Joe
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From: http://markmal.blogspot.com/2006/04/oracle-like-rownum-in-mysql.html