I need to retrieve only the date part of a datetime field in my select statement. Is there any way to do this?
Printable View
I need to retrieve only the date part of a datetime field in my select statement. Is there any way to do this?
Had to use CONVERT(Char, Date, 101) As Date in the SQL Select Statement