select * from  ta where f= 1
select * from ta where f= '1'
两个表ta,tb的某一字段f,均为VARCHAR2(8)
为什么查询两个表中f为1的记录时
一个表的上面两种方法都可以
而另一个表只能用=‘1’,而不可以用=1