4 lines
128 B
SQL
4 lines
128 B
SQL
UPDATE %%site_name%%_item_locations
|
|
SET cost_layers = %s, quantity_on_hand = %s
|
|
WHERE part_id=%s AND location_id=%s
|
|
RETURNING *; |