22.05.2012, 04:28
Take a look at the INSERT syntax
As far as I know, there is no SET in insert while using the way you want to.
Код:
INSERT INTO table_name (column1, column2, column3,...) VALUES (value1, value2, value3,...)