我在调试sql语句的时候,可以用"--"终止后半段sql的执行(在sql server中),但在access中为何不行?
如select * from table where f1=`123`-- and f2=`aaa` and f3=`bbb`效果跟
select * from table where f1=`123`一样,这在sql server中可行,为什么在access中不行呢?
...全文
796打赏收藏
请问各位老大一个sql语句的问题
我在调试sql语句的时候,可以用"--"终止后半段sql的执行(在sql server中),但在access中为何不行? 如select * from table where f1=`123`-- and f2=`aaa` and f3=`bbb`效果跟 select * from table where f1=`123`一样,这在sql server中可行,为什么在access中不行呢?