M
Mike
Hello,
The dates in a SQL2k table are stored as nvarchar (yyymmdd). When displayed,
the CAST (DATE_FIELD AS datetime) syntax is used. Because of the given
format, when the DATE_FIELD has no dates, the empty field is converted into
01/01/1900. What is needed to keep 01/01/1900 from desplaying in a query and
keeping the field empty?
TIA
Mike
The dates in a SQL2k table are stored as nvarchar (yyymmdd). When displayed,
the CAST (DATE_FIELD AS datetime) syntax is used. Because of the given
format, when the DATE_FIELD has no dates, the empty field is converted into
01/01/1900. What is needed to keep 01/01/1900 from desplaying in a query and
keeping the field empty?
TIA
Mike