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.
要素のセットをその合計でフィルタリングするにはどうすればよいでしょうか?
id 1 2 3 4
次のように使用できる句はありますか。
select * from numbers where sum = 6
そのクエリはそれを行わないことに注意してください。これは、私が何を意味するかを多かれ少なかれ説明するための例です。
そして、この節は 1、2、3 を返すでしょうか?