2008年7月31日

在SQL语句中如何将text或ntext类型字段数据中的回车符替换成字符

摘要: --ntext字段的替换处理示例--全表替换 --测试数据 create table test(id varchar(3),txt ntext) insert into test select 1,abc我是中a国人 deaf;sdakj21432 我要处理中文 go -... 阅读全文

posted @ 2008-07-31 10:51 那片云 阅读(1254) 评论(0) 推荐(0) 编辑

导航