Why when I use this statement...
SELECT CONVERT(varchar,'Jun 01 2001',101)
...the result is...Jun 01 2001
When I use this statement...
SELECT CONVERT(varchar,'06/01/2001',101)
...the result is...06/01/2001
The style format for 101 is mm/dd/yy why does SQL ignore my preferred format defined by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.