Access 中的查询语句和SQL中的有什么区别?
我用SQL语句在access中执行查询, 总是报错..是不是Access中的查询语句和SQL-server中的不同
2006-12-10 22:59
2006-12-11 17:16
2006-12-11 17:17
2006-12-11 22:47
SQL-Server中 :
select * from Stu where stuId = '123'
在access 中改成:
select * from Stu where [stuId] = '123'
感谢楼上了..
2006-12-12 01:46