Z
zhourongbiao
Unregistered / Unconfirmed
GUEST, unregistred user!
我在一个别名为UserRecord的数据库下有index,yhda两个.db文件。
其中yhda含HouseNo,name SQL语句:
select name from yhda where HouseNo = 3 能正确执行
然而对含No,Address的index SQL语句:
select Address from index where No = 3 却提示invalid use of keyword 及token: index,这是怎么回事?
有人说是index文件名和关键字重复,可是我还有1.db,2.db等文件,将index换为1,2也是出现同样错误,只不过token变成1,2。
其中yhda含HouseNo,name SQL语句:
select name from yhda where HouseNo = 3 能正确执行
然而对含No,Address的index SQL语句:
select Address from index where No = 3 却提示invalid use of keyword 及token: index,这是怎么回事?
有人说是index文件名和关键字重复,可是我还有1.db,2.db等文件,将index换为1,2也是出现同样错误,只不过token变成1,2。