4 lines
115 B
MySQL
4 lines
115 B
MySQL
|
-- Place your SQL code here
|
||
|
|
||
|
USE vn;
|
||
|
INSERT INTO vn.observationType (description,code) VALUES ('Entrega','dropOff')
|