advanced code snippet search
g8rpal on 08/31/10
sql date simple part
08/31/10 09:55pm
3 people have marked this snippet as a favorite
hchattawayTysterjohnw
URL: http://blog.sqlauthority.com/2007/06/10/sql-server-retrieve-select-only-date-part-from-datetime-best-practice/
SELECT CONVERT(VARCHAR(10),GETDATE(),111)
Report this snippet Tweet
Comment:
You need to login to post a comment.