PDA

Click to See Complete Forum and Search --> : SQL Question


Nathan
Jun 11th, 2000, 08:26 PM
I need to retrieve only the date part of a datetime field in my select statement. Is there any way to do this?

Nathan
Jun 11th, 2000, 09:51 PM
Had to use CONVERT(Char, Date, 101) As Date in the SQL Select Statement