数据类型的问题碰到这种情况:字段A的数据类型是INT,用select * from 表 where a=1 和select * from 表 where a= '1 ' 结果是一样的,是怎么回事啊???[解决办法]正常的