create table test(col varchar(50))
insert test select 'CI29CTT下一沖(PTS-20)'
union all select 'CI29I下沖(R500)'
union all select 'CI31.7CT下沖(R400)'
union all select 'CI31.7I下沖(R400)'
union all select 'CI45下沖(R500)樣品模'
union all select 'CI6.6/9.1ACT下沖(R200)'select col=left(col,PATINDEX('%[^0-9a-zA-Z./]%', col)-1) from test drop table testcol                                                
-------------------------------------------------- 
CI29CTT
CI29I
CI31.7CT
CI31.7I
CI45
CI6.6/9.1ACT