This commit is contained in:
2024-12-10 18:09:15 +03:00
parent 5bf6f4e30b
commit 8ec0cf6b58
3 changed files with 22 additions and 6 deletions

View File

@@ -1 +1,5 @@
SELECT DISTINCT material FROM workpiece;
SELECT
work_id,
name,
material
FROM workpiece;