Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次の選択を行う必要があります。
select distinct type as option from pages
しかし、私はエラーが発生し続けます。助けてください。
optionはMySQL の予約語です。
option
バックティックで囲むか、別の予約語以外の別名を使用してください。