为何在查询分析器里做象select productname from product where productname>''
象上面的一句,运行会有问题,但写成select Productname from Product where Productname> ' '就没得问题,也就是说要区分大小写.上面的product是一个视图名
我用的是sql2000.在企业管理器看到的数据库旁边是windows NT
这到底是怎么回事呢?
------解决方案--------------------SQL里有设置,查一下吧,有限制区分大小写的设置