Content deleted Content added
m →When two nulls are equal: grouping, sorting, and some set operations: minor corrections in English |
m →When two nulls are equal: grouping, sorting, and some set operations: Minor corrections in English |
||
Line 621:
* The <code>DISTINCT</code> keyword used in <code>SELECT</code> queries
The principle that Nulls are not equal to each other (but rather that the result is Unknown) is effectively violated in the SQL specification for the <code>UNION</code> operator, which does identify nulls with each other.<ref name="Meyden"/> Consequently, some set operations in SQL,
The SQL standard does not explicitly define a default
==Effect on index operation==
|