Go to the first, previous, next, last section, table of contents.


NULL

The NULL variable holds a value which defines what will be used for null values returned from an SQL query. This is required because GRG does not have an explicit null value. The default is to just leave null values as an empty string. The example program fragment below defines NULL so that null values are replaced with the dash character.

%%DEFINE NULL -


Go to the first, previous, next, last section, table of contents.