摘要:
select * from table1 where charindex(char(10),colname) > 0 char(13)代表回车键 select * from 你的表 where charindex(char(13),列名)>0 如果你要查询换行,就要用回车换行. char(13)+char(10) select * from 你的表 wh... 阅读全文
posted @ 2010-11-22 19:25
craig
阅读(498)
评论(0)
推荐(0)
浙公网安备 33010602011771号