Ability to setup INSERT ... SET construction
Ability to setup INSERT ... SET construction just like it's implemented for UPDATE:
INSERT INTO table1
SET
field1 = value1,
field2 = value2;
19
votes
-
Dorin
commented
It is not SQL standard compilant.