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.
こんにちは、列 4 に 4 列のテーブルがあります。値はリスト ボックスから取得され、既に作成済みです。列 4 には値 a、b、c、d、e、f、g、h、i が入力されているとします。 、j。
現在、それらをアルファ順に並べ替えて、PHP ページで取得できます。
d、e、fだけでページにアクセスできるようにしたいのですが、どうすればそれを達成できますか
皆さん、ありがとうございました
SELECT * FROM mytable WHERE mycolumn4 IN ('d','e','f')