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