select SUBSTRING('123,abcdefg',charindex(',','123,abcdefg',0)+1,LEN('123,abcdefg')-charindex(',','123,abcdefg',0))select
select SUBSTRING('123,abcdefg',0,charindex(',','123,abcdefg',0))index