3 lines
130 B
MySQL
3 lines
130 B
MySQL
|
INSERT IGNORE INTO vn.state (name,`order`,alertLevel,code,isPreviousPreparable,isPicked)
|
||
|
VALUES ('Recogido',3,4,'PICKED_UP',0,1)
|