23.05.2014, 19:49
He gave you an example so you have to change the name of the table/fields to those you use.
With that program, you can execute queries directly - you don't need the format function at all. All you have to execute for your case is:
With that program, you can execute queries directly - you don't need the format function at all. All you have to execute for your case is:
pawn Код:
UPDATE table_name SET field_name = 0, field2_name = 0 WHERE field_name = 'some_value or text'