Viewing post 1 (of 1 total)
I faced with the same issue.
1) I think thecolumn= nullif(thecolumn,'') will be more graceful.
thecolumn= nullif(thecolumn,'')
2) In the file this value will be stored as empty string, not char(0). But when you...
August 21, 2008 at 11:03 am
#861434