3 lines
87 B
MySQL
3 lines
87 B
MySQL
|
INSERT IGNORE INTO vn.observationType
|
||
|
SET description = 'Finance',
|
||
|
code = 'finance';
|