Home  >  Article  >  Backend Development  >  sqlserver2000 convert(text,content) 数据少取了解决方案

sqlserver2000 convert(text,content) 数据少取了解决方案

WBOY
WBOYOriginal
2016-06-13 10:17:16827browse

sqlserver2000 convert(text,content) 数据少取了
select convert(text,content) as content from..
使用php,用这种方法只能取2K数据,多了就自动截取了,不使用convert就出错了。 怎么解决?

------解决方案--------------------
为什么要用 convert ?
不使用convert就出错了 出什么错 ?

你的 convert 是什么类型的? 保存了什么内容?
2K 好像是 sqlserver2000 char或varchar类型的上限吧?你先核实一下

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn