mrOleDB.Provider.2 在 OleDB 中可用的关键字是什么?
What are the available keywords in OleDB for mrOleDB.Provider.2?
我正在开发一个需要自动完成 OleDB 命令关键字的工具。
我所说的关键字是指 SELECT UPDATE FROM WHERE
等。
我已经搜索 google 一段时间了,但没有成功找到所有可用命令的列表。
这里的关键问题是 OleDB 不使用所有标准 sql 命令,所以如果我只使用这些命令,我的列表将不完整。
最后一个问题,就像标题中一样:mrOleDB.Provider.2 的 OleDB 命令中有哪些可用关键字?
好的,感谢 Paul 和 Liam 帮助我找到了解决方案。
可在 here.
中找到 IBM SPSS Collection Model 提供程序的可用关键字
Reserved Keywords
The following table lists the reserved keywords used in the Data Model
SQL syntax. Both the uppercase and lowercase versions of these
reserved keywords can be used as question names, variable names, and
as part of a full name. For example, "Table" can be used as the name
of a question nested inside a loop as well as the name of a simple
question. The words that can be used as part of a full name are marked
with an asterisk (*).
Add Desc Select
All Double Set*
Alter Drop Stdev
As Exec Sum
Asc From Table*
Avg Group* Text
Base Having Truncate
Boolean Insert Update
By* Into Value
Categorical Level Values
Column* Long Where
Count Max With*
Create Min
Date Object
Default On*
Delete Order*
我正在开发一个需要自动完成 OleDB 命令关键字的工具。
我所说的关键字是指 SELECT UPDATE FROM WHERE
等。
我已经搜索 google 一段时间了,但没有成功找到所有可用命令的列表。
这里的关键问题是 OleDB 不使用所有标准 sql 命令,所以如果我只使用这些命令,我的列表将不完整。
最后一个问题,就像标题中一样:mrOleDB.Provider.2 的 OleDB 命令中有哪些可用关键字?
好的,感谢 Paul 和 Liam 帮助我找到了解决方案。 可在 here.
中找到 IBM SPSS Collection Model 提供程序的可用关键字Reserved Keywords
The following table lists the reserved keywords used in the Data Model SQL syntax. Both the uppercase and lowercase versions of these reserved keywords can be used as question names, variable names, and as part of a full name. For example, "Table" can be used as the name of a question nested inside a loop as well as the name of a simple question. The words that can be used as part of a full name are marked with an asterisk (*).
Add Desc Select All Double Set* Alter Drop Stdev As Exec Sum Asc From Table* Avg Group* Text Base Having Truncate Boolean Insert Update By* Into Value Categorical Level Values Column* Long Where Count Max With* Create Min Date Object Default On* Delete Order*