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.
かなり単純ですが、1対多/多対1の関係があり、それを照会したいと思います。ただし、WHERE 句の情報が提供されていない場合に結果が返されることは望ましくありません。
簡単に言えば、クエリを非貪欲にするにはどうすればよいですか?
常に false である where 句を追加し、OR で指定する条件を追加できます。
select * from table where 1 = 0 OR (real conditions)