W
Welthey
I am trying to pull 2 fields together in SQL. I have tried the following:
SELECT NewDate, NewTime, NewDAte + ' ' + NewTime as DateTime
From dbo.PurgedRecords
But when it puts the date and time together the Date is different then what
it was nit he original field. Is there something else that I need to be
doing?
SELECT NewDate, NewTime, NewDAte + ' ' + NewTime as DateTime
From dbo.PurgedRecords
But when it puts the date and time together the Date is different then what
it was nit he original field. Is there something else that I need to be
doing?