1
Answer

Null Value then '' should be shown

Ramco Ramco

Ramco Ramco

2y
523
1

Hi

I have below select statement . I want if ResubmitDate - SentBackdate is null then "" should be shown

(select DATEDIFF(d,Min([SentBackDate]),Max([ReSubmitDate])) from [PRQS].[dbo].[View_Capex_StepWiseApprovalDetail] where EntryCode=L.[PR] ),
 

Thanks

Answers (1)