ユーザーデータをもつusersテーブルとお店の名前を持つshopテーブルがあります。
userテーブルのcandyカラムに入っている番号とshopテーブルのcandy_id を紐づけて以下のようにしたのですがエラーが発生します
SELECT candy FROM users WHERE user_id=10 LEFT JOIN shop ON users.candy= shop.candy_id
エラー
Step1:You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。