Запрос по материалу заготовки

Доработать возвращение в меню запросов
This commit is contained in:
Anton Kamalov
2024-10-22 00:09:35 +03:00
parent 19a5869d30
commit 339a55f8da
7 changed files with 53 additions and 12 deletions
+1
View File
@@ -0,0 +1 @@
SELECT DISTINCT material FROM workpiece
+3
View File
@@ -0,0 +1,3 @@
SELECT material, weight, price, count
FROM workpiece
WHERE material = '${material}'