请问如何操作text字段内容(直接查看行不通)
contents是text类型的字段,想在contents中查找特定关键字:
select id from users where contents like '%colledge%' ;
报错:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
corresponds to your MySQL server version for the right syntax to use near 'contents
like 'colledge'' at line 1
mysql版本是5.0的,不知道如何操作才对,请各位高手指教,谢谢!
yejr
周日, 2008/03/02 - 14:51
Permalink
不可能吧,完整的
不可能吧,完整的 show create table 结果贴上来看看?
MySQL方案、培训、支持
MySQL 用户组
littledoggy
周日, 2008/03/02 - 21:47
Permalink
我使得是InstantRails里
我使得是InstantRails里带的mysql5.0.27-community,在别的系统上用安装版的mysql试了可以。
但是在这个环境里就是无法对text类型的字段进行操作,不知道为什么?