hi,
Sory, I dont knew how to start but anyway. my problem is somthing like dis.
I have a table and a field and im using mysql 5.0.3.
Code:
table1
field1 field2
aaaa test1
bbbb test3
cccc test4
mmmm test7
lllll test8
I want a result like dis.
Code:
field1 field2 ,tempfield
aaaa test1 1
bbbb test3 2
cccc test4 3
mmmm test7 4
lllll test8 5
thanks ,
Popskie