Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

RDB/VMS SQL NULL — VMS SQLdev_2.0

 Specifies the null value.  You cannot use NULL in all the same
 places that you can use literals.  For instance, you cannot
 specify the NULL keyword within a value expression.  The
 following example illustrates the use of NULL:

 UPDATE EMPLOYEES
         SET STATUS_CODE = NULL
         WHERE EMPLOYEE_ID = '00164';

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026