--text字段增加处理 --创建测试表 ),detail text) insert into test ','A*B' --定义添加的的字符串 ),@postion int select @s_str='*C' --要添加的字符串 ,@postion=null --追加的位置,null 加在尾部,0 加在首部,其他值则加在指定位置 --字符串添加处理 ) ' @s_str --显示处理结果 select * from test go --删除测试表 drop table test --text…