Display Ads On This Blog

Banner Ads on scriptforphp.blogspot.com
Provides free php script for php developer.
Prix: € 5.00

Thursday, March 25, 2010

how to get row number in mysql select query

Contact Us :
Hire PHP Web Developer

Example Table : test

id  name
====   ======
2 xyz
5       abc
6       pqr
7       uvw


Query :
SET @i := 0;
SELECT @i := @i + 1 as row_num,id,name FROM test WHERE 1=1


OUTPUT
row_num  id  name
=======  ====   ======
1        2 xyz
2        5       abc
3        6       pqr
4        7       uvw

3 comments:

  1. Hi,
    And it is must to hire PHP developer so as for PHP website development. A professional man who is engaged in the PHP development is hired by either companies or clients for PHP website development and he has a very high demand since now days PHP is being used by all website builders.
    Thanks.

    ReplyDelete
  2. I truly appreciate the content of your blog.. Keep going.

    ReplyDelete
  3. Your effort is very effective,I found when i read to start.Good .Keep blogging.Thanks for sharing it.

    ReplyDelete