Johan De Meersman wrote:
> In SQL, the correct syntax is "IS NULL" or "IS NOT NULL".
>
> Random programming languages more often than not have no decent
> support for
> NULL content, although your DB library might have an isnull() function or
> something similar. Once you've exported a field into a
Hi !
Johan De Meersman wrote:
> In SQL, the correct syntax is "IS NULL" or "IS NOT NULL".
>
> Random programming languages more often than not have no decent support for
> NULL content, although your DB library might have an isnull() function or
> something similar. Once you've exported a field
In SQL, the correct syntax is "IS NULL" or "IS NOT NULL".
Random programming languages more often than not have no decent support for
NULL content, although your DB library might have an isnull() function or
something similar. Once you've exported a field into a regular variable,
however, most oft