11
REPLACE INTO table_1 SET a=5;
13
REPLACE INTO table_1 SET a=5;
15
REPLACE INTO table_1 VALUES (4);
18
REPLACE is an extension to the SQL Standard that firtst appeared in MySQL.
19
REPLACE INTO table_1 VALUES (4);
22
REPLACE is an extension to the SQL Standard that first appeared in MySQL.