mirror of
https://gitlab.com/mbugroup/lti-api.git
synced 2026-05-24 07:15:43 +00:00
6 lines
131 B
SQL
6 lines
131 B
SQL
|
|
UPDATE adjustment_stocks
|
|
SET price = 12635,
|
|
grand_total = ROUND(8700 * 12635, 3)
|
|
WHERE id = 532 AND adj_number = 'ADJ-00507';
|