pantry-track/sites/test/sql/unique/logistics_transactions.sql
2024-12-08 19:27:55 -06:00

4 lines
90 B
SQL

UPDATE test_logistics_info
SET quantity_on_hand = %s, location_data = %s
WHERE id = %s;