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.
2 つのテーブルを結合して where の後に追加すると、すべての行が返されるわけではありません。これを削除すると、さらに多くの行が返されます。
where [DeliveryAttribute].RainbowLevel = [DeliveryAttribute].RainbowLevel
結果として:
x = x
です。unknown_ x_ その場合、それらの行は句nullによって除外されます。where
unknown
x
null
where
SQL Fiddle の例。