2009年9月23日
摘要: declare @s varchar(8000) set @s='' select @s=ArticlePageSource fromtable where ArticlePageId=1 print @s显示longtext 字段内容 阅读全文
posted @ 2009-09-23 14:00 finallyly 阅读(1001) 评论(0) 推荐(0)