数据库查询哪个对像里面包含什么字段语句写法 : select *from sysobjects o, syscomments swhere o.id = s.idand text like '%text%'and o.xtype = 'P' text换成需要查的字段 数据库查询哪个对像里面包含表 sel
报错信息: Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535 向mysql的表插件一个字段 类型为text时,或修改一个字段类型为text时,报出上面的错误。其实我对这