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