is there a way i can modify anything in a given row at my will? i got a primary,key id field so i can use that to differenciate what row to modify. but say in row 10 i want to modify their money how would i do taht?
thank you,
--Tyrnt
update my_table set money = 0.00 where row_id = 10;