Revision history of "NULL Operator"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 19:58, 24 October 2017Bacchas talk contribs 312 bytes +312 Created page with "If you need to identify records that have a NULL value, you must use the IS NULL comparison operator SELECT order#, shipdate FROM orders WHERE shipdate IS NULL; SELECT o..."