"Gilles Ganault" <[EMAIL PROTECTED]> wrote in
message news:[EMAIL PROTECTED]
> I didn't pay attention to this until recently, when someone advised
> me to never set empty columns to NULL.
>
> So I guess a NULL is different from a column that was never set to
> anything when creating the record?

No. A column that was never explicitly set to anything, and doesn't have 
a declared default value, is set to NULL. Whoever told you otherwise is 
confused.

Igor Tandetnik



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to