4 lines
94 B
SQL
4 lines
94 B
SQL
UPDATE Backpack_logistics_info
|
|
SET quantity_on_hand = %s, location_data = %s
|
|
WHERE id = %s;
|