Hi guys
i have a column "SYSB_Holidays" which is text data type and data like
"2003:01/01/2003,........."
now i want to eliminate the "2003:" part and select the rest of the dates how i can implement
select SUBSTRING(SYSB_Holidays,6, ?) FROM [dbo].[SysData]
in the length part its giving me error because its a text column
Regards
Nouman
Nouman Zaheer
Software Engineer
MSR
i have a column "SYSB_Holidays" which is text data type and data like
"2003:01/01/2003,........."
now i want to eliminate the "2003:" part and select the rest of the dates how i can implement
select SUBSTRING(SYSB_Holidays,6, ?) FROM [dbo].[SysData]
in the length part its giving me error because its a text column
Regards
Nouman
Nouman Zaheer
Software Engineer
MSR