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.
テーブルからすべてのアイテムを選択するにはどうすればよいですか。
where = operator ?? を使用しました。方法はありますか
select * from books where category is not null
何かを比較すると、 にnullなりunknownます。そのため、is演算子をnulls と共に使用する必要があります。
null
unknown
is