update
This commit is contained in:
5
tools/generowanie/_query_1009.sql
Normal file
5
tools/generowanie/_query_1009.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
SET NAMES utf8mb4;
|
||||
SELECT oi.id, oi.original_name, oi.quantity, oi.project_generated
|
||||
FROM order_items oi
|
||||
WHERE oi.order_id = 1009
|
||||
ORDER BY oi.id;
|
||||
Reference in New Issue
Block a user