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.
行 math、english、PE を含むテーブルがあります... 少なくとも 1 つの行に数字「1」が含まれている場合、if ステートメントをどのように記述できますか?
fred-ii のコメントを SQL ワードに翻訳します。
SELECT * FROM MyTable WHERE (math=1 OR english=1);
これは、あなたの望むことですか ?