摘要:
create table textvalue (IDtext ntext)godeclare @cunt intset @cunt=1while @cunt <200 begin insert into textvalue values(CAST(@cunt*1000.111111 as varchar(max))) endgoselect * from textvaluego/*select replace(cast(IDtext as varchar(100)),'.','+') from textvalue where IDtext like 阅读全文
posted @ 2009-06-18 16:20
叮叮猫的编程世界
阅读(165)
评论(0)
推荐(0)
浙公网安备 33010602011771号