6 lines
102 B
MySQL
6 lines
102 B
MySQL
|
-- Place your SQL code here
|
||
|
|
||
|
UPDATE vn.productionConfig
|
||
|
SET clientSelfConsumptionFk=450
|
||
|
WHERE id=1;
|