ricky_love 发表于 2013-1-30 00:26:00

char int 转换不允许

sybase    websphere    linux

Implicit conversion from datatype 'CHAR' to 'INT' is not allowed.  Use the CONVERT function to run this query.

ibatis中如果对于数据库中的字段类型为int 那么查询中传递的参数也应该是整数executeQueryForObject("quertSQL",new Integer(blockid)); 
http://www.agoit.com/bbs/aggbug/1466025.aspx
页: [1]
查看完整版本: char int 转换不允许