4 lines
68 B
MySQL
4 lines
68 B
MySQL
|
UPDATE `vn`.`department`
|
||
|
SET code='VN'
|
||
|
WHERE name='VERDNATURA';
|