3 lines
90 B
SQL
3 lines
90 B
SQL
SELECT `work_id`, `name`, `price`, `weight`
|
|
FROM `workpiece`
|
|
WHERE `work_id` = $work_id; |