Learnerprog
Programmer
Hello All,
How to format a date in CYYMMDD in SQL 2000? i.e '09/30/2004'
Thanks, Joe
How to format a date in CYYMMDD in SQL 2000? i.e '09/30/2004'
Thanks, Joe
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
select convert(char(10),getdate(),112)