I have a script in which I need to convert into SQL 2000 syntax and need help with the Dateformat YYMMDD, HHMM, and Hours....
SELECT WRK_WO_NUMBER AS WO_Number,
DATEFORMAT(WRK_ENTERED_DATE_TIME,'yyyy/mm/dd')AS Date_Entered...
I need help in converting this Sybase script to run in SQL Server. Some of the main issues are;
DATEFORMAT(WRK_PROCESS_DATE,'YYYYMMDD') AS 'PROC_DATE',
DATEFORMAT(WRK_COMPLETION_DATE_TIME,'YYYYMMDD') AS 'COMPL_DATE',
(CHAR_LENGTH(WRK_COMPLETION_CODES)*5/3)-1)) AS 'CODE_STR',
Can anyone...
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.