I have a field with data type YEAR. It is defaulted to NULL. I'm trying to INSERT a NULL into the field but I get the message
Shouldn't I be able to insert NULL? Otherwise, I'd have to alter the script to not touch that field if the value is empty.
Code:
Error: Incorrect integer value: 'NULL' for column
Shouldn't I be able to insert NULL? Otherwise, I'd have to alter the script to not touch that field if the value is empty.