how to number the datas from mysql

Posted by udaya on Stack Overflow See other posts from Stack Overflow or by udaya
Published on 2010-03-27T08:02:10Z Indexed on 2010/03/27 8:03 UTC
Read the original article Hit count: 119

Filed under:

Hi This is a doubt on mysql select query let me axplain my doubt with a simple example consider this is my query SELECT dbCountry from tableCountry

tableCountry has fields dbCuntryId dbCountry and dbState I have the result as dbCountry india america england kenya pakisthan

I need the result as 1 india 2 america 3 england 4 kenya 5 pakisthan the numbers 12345 must be generated with the increase in data and itis not a autoincrement id How can i get it is it something like loop

© Stack Overflow or respective owner

Related posts about mysql