Next: Deletes:
Up: Handling NULL values
Previous: Query Results:
  Contents
  Index
To insert rows with NULL values you can use Field = 'NULL'(_) or
Field = 'NULL'(null2346). For example:
| ?- emp_ins('NULL'(_), ...). inserts a NULL value for ENAME
| ?- emp_ins('NULL'('bound'), ...) inserts a NULL value for ENAME.
Baoqiu Cui
2000-04-23