update
This commit is contained in:
3
tools/generowanie/_update_1009.sql
Normal file
3
tools/generowanie/_update_1009.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
SET NAMES utf8mb4;
|
||||
UPDATE order_items SET quantity = 1 WHERE id = 5898;
|
||||
SELECT id, original_name, quantity FROM order_items WHERE id = 5898;
|
||||
Reference in New Issue
Block a user