InterSystems FAQ rubric
In SQL, NULL data and the empty string ('') are different data. The method for setting and checking each is as follows.
(1) NULL data
[SQL]
insertintotest[InterSystems ObjectScript]
(2) Empty string ('')
[SQL]
[InterSystems ObjectScript]
For more information, please refer to the following documents:
.png)
.png)


