10.12.2013, 02:32
Do you wanna clean these colums or delete the entire row?
To clean columns, make it equal 0 using UPDATE.
If you want to remove the entire row:
To clean columns, make it equal 0 using UPDATE.
If you want to remove the entire row:
pawn Код:
"DELETE FROM `table` WHERE id=10" // example