Possible Duplicate:
MySql Row Number?
I have 10 names in my mysql table, I want to get the position of a particular name. I'm not finding any solution.
ID NAMES
1 APPLE
3 MANGO
5 PARROT
9 TREE
12 HOUSE
14 AIRPLANE
19 ROCKET
22 SHIP
38 BOAT
41 MOUNTAIN
Let's say i want the postion of HOUSE, the answer I should get is 5. But I'm unable to do this.