Search found 1 match
- Mon May 23, 2011 11:06 pm
- Forum: General
- Topic: Proper interpretation of NULL.
- Replies: 0
- Views: 71799
Proper interpretation of NULL.
I have tw0 columns that are set to NULL in Access and the Create Table statement has them as DEFAULT 'Null'. It should be DEFAULT Null. One of the columns is a DATETIME and the other VARCHAR(50). The first does error out on the create since 'Null' is invalid.