/ Published in: SQL
Expand |
Embed | Plain Text
SELECT cast( floor( cast( getdate() AS float ) ) AS datetime ) AS date_only
You need to login to post a comment.
pauliehaha on 01/23/09
1 person have marked this snippet as a favorite
SELECT cast( floor( cast( getdate() AS float ) ) AS datetime ) AS date_only
You need to login to post a comment.