select * from xxwj..xxwj where [id] = 245233
select [id],title from xxwj..xxwj where [id] = 245233
第二句可以查询处内容的
但是第一句就查不出来了,记录返回0条, 因为该表内有个content是个text类型的。
何解?
...全文
1905打赏收藏
查找带Text字段的记录
select * from xxwj..xxwj where [id] = 245233 select [id],title from xxwj..xxwj where [id] = 245233 第二句可以查询处内容的 但是第一句就查不出来了,记录返回0条, 因为该表内有个content是个text类型的。 何解?