update
This commit is contained in:
3
tools/generowanie/_update_1009_total.sql
Normal file
3
tools/generowanie/_update_1009_total.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
SET NAMES utf8mb4;
|
||||
UPDATE orders SET total_with_tax = 89.00, total_paid = 89.00 WHERE id = 1009;
|
||||
SELECT id, internal_order_number, total_with_tax, total_paid FROM orders WHERE id = 1009;
|
||||
Reference in New Issue
Block a user