Select case when DeadLineAmendDate is Null then Deadlinedate else DeadLineAmendDate end as DLDate, case when DeadLineAmendTime is Null then Deadlinetimeelse DeadLineAmendTime end as DLTime from yourtablename
Regards,
Randy