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 somefield FROM sometable WHERE something1 IN (SELECT somefield2 FROM sometable2) AND something2 IN (SELECT somefield3 FROM sometable3)
一言で言えば - はい。条件がwhereあるかどうかに関係なく、句にはいくつでも条件を含めることがinできます。
where
in
はい。ただし、構文を修正する必要があります。