|
-
my test says yer wrong.
look at the following then tell me if it proves you wrong. If not I'll try something else:
dbdev:staging> select count(*) from test where string IS NULL;
COUNT(*)
----------
2
dbdev:staging> insert into test values (' ');
1 row created.
dbdev:staging> commit;
Commit complete.
dbdev:staging> select count(*) from test where string IS NULL;
COUNT(*)
----------
2
- magnus
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|