Viewing post 1 (of 1 total)
Thanks. Unfortunately, I can not include the column with the null date in a select statement.
Select
MemberID,
CASE
WHEN "Member DOB" IS NULL THEN Cast('No Date' As varchar(50))
Else
Cast("Member DOB" as...
May 25, 2004 at 4:48 pm
#507767