This repository has been archived on 2025-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Files
RIS/App/Requests/sql/zapros1.sql

3 lines
85 B
SQL

SELECT material, weight, price, count
FROM workpiece
WHERE material = '${material}'