LearningSql
Programmer
Hello all -- thanks for your assistance on this one.
I am trying to Append data from Table A to Table B. The data from Table A is a Null value. The field the Null value is appending to in Table B is a DateTime datatype.
=============================================
Example:
A.ShortDateData -> B.DateTimeData
Null -> 1901-01-01 00:00:00.000
=============================================
What is coming out is the default 1901-01-01 00:00:00.000.
What am I doing wrong? I just need the Null value to be appended. The field is set up to accept Null values.
Any and all thoughts are appreciated -- I seem to have missed the boat on this one somewhere.
Thanks again.
LearningSql
I am trying to Append data from Table A to Table B. The data from Table A is a Null value. The field the Null value is appending to in Table B is a DateTime datatype.
=============================================
Example:
A.ShortDateData -> B.DateTimeData
Null -> 1901-01-01 00:00:00.000
=============================================
What is coming out is the default 1901-01-01 00:00:00.000.
What am I doing wrong? I just need the Null value to be appended. The field is set up to accept Null values.
Any and all thoughts are appreciated -- I seem to have missed the boat on this one somewhere.
Thanks again.
LearningSql