phpmyadmin 使用
SELECT work_staff_class
.*,work_staff_class
.count(id
) AS staff_num
FROM work_staff_class
LEFT JOIN staff
ON staff
.id
= work_staff_class
.staff_id
WHERE work_id
= $work_id ORDER BY CAST(staff
.furigana
AS CHAR) ASC
エラー
#1630 - FUNCTION work_staff_clas.count does not exist. Check the 'Function Name Parsing and Resolution' section in the Reference Manual
と出ます。間違い箇所がよくわかりません。
php初心者です。宜しくお願いします。
回答3件
あなたの回答
tips
プレビュー