首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

为何在查询分析器里做象select productname from product where productname>'',该如何处理

2012-03-06 
为何在查询分析器里做象select productname from product where productname象上面的一句,运行会有问题

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

[解决办法]
SQL里有设置,查一下吧,有限制区分大小写的设置

热点排行