7 lines
195 B
MySQL
7 lines
195 B
MySQL
|
-- Place your SQL code here
|
||
|
DELETE FROM bs.nightTask
|
||
|
WHERE `procedure` = 'comparativa_add';
|
||
|
|
||
|
INSERT IGNORE INTO bs.nightTask (`order`,`schema`,`procedure`)
|
||
|
VALUES (260,'vn','comparative_add');
|