How to concatenate two dates of type DateTime , one of which may have its value equal to NULL , I'm trying as follows;
DECLARE @DATA1 DATETIME = GETDATE(), @DATA2 DATETIME
select Convert(nvarchar(50),@DATA1 , 121) +'|'+ Convert(n...
asked by
25.07.2016 / 15:17