4 lines
132 B
SQL
4 lines
132 B
SQL
INSERT INTO %%site_name%%_item_locations
|
|
(part_id, location_id, quantity_on_hand, cost_layers)
|
|
VALUES (%s, %s, %s, %s)
|
|
RETURNING *; |