jamiegs


Comments:

Easy way to strip time part in sql date time

posted by jamiegsjamiegs(0) 2 years, 7 months ago 0

CAST(FLOOR( CAST( GETDATE() AS FLOAT ) ) AS DATETIME) is another way to do it.

Reply