摘要:
create table OneTomore( id int identity(1,1), Name varchar(255));insert into OneTomore values('1*2*3*4*5')insert into OneTomore values('1*2*3*4*5')insert into OneTomore values('1*2*3*4*5*****');;with mycte as( SELECT ID, CAST('<i>' + REPLACE(Name, '*', & 阅读全文
posted @ 2011-11-01 16:12
叮叮猫的编程世界
阅读(873)
评论(0)
推荐(0)
浙公网安备 33010602011771号