Go back to the English version of the documentation支持 SQL 回送的 CLEM 表达式和运算符
SQL 优化 (SPSS Modeler)
Last updated: 2024年10月07日
此部分中的表列出支持 SQL 生成并在数据挖掘中经常使用的数学运算和表达式。 这些表中没有的运算不支持 SQL 生成。
支持 SQL 生成的运算 | 注意 |
---|---|
+ |
|
- |
|
/ |
|
* |
|
>< |
用于连接字符串。 |
支持 SQL 生成的运算 | 注意 |
---|---|
= |
|
/= |
用于指定“不等于”。 |
> |
|
>= |
|
< |
|
<= |
支持 SQL 生成的运算 | 注意 |
---|---|
abs |
|
allbutfirst |
|
allbutlast |
|
and |
|
arccos |
|
arcsin |
|
arctan |
|
arctanh |
|
cos |
|
div |
|
exp |
|
fracof |
|
hasstartstring |
|
hassubstring |
|
integer |
|
intof |
|
isaplhacode |
|
islowercode |
|
isnumbercode |
|
isstartstring |
|
issubstring |
|
isuppercode |
|
last |
|
length |
|
locchar |
|
log |
|
log10 |
|
lowertoupper |
|
max |
|
member |
|
min |
|
negate |
|
not |
|
number |
|
or |
|
pi |
|
real |
|
rem |
|
round |
|
sign |
|
sin |
|
sqrt |
|
string |
|
strmember |
|
subscrs |
|
substring |
|
substring_between |
|
uppertolower |
|
to_string |
支持 SQL 生成的运算 | 注意 |
---|---|
@NULL |
|
@GLOBAL_AVE |
您可以使用特殊全局函数,检索“设置全局量”节点计算的全局值。 |
@GLOBAL_SUM |
|
@GLOBAL_MAX |
|
@GLOBAL_MEAN |
|
@GLOBAL_MIN |
|
@GLOBALSDEV |
支持 SQL 生成的运算 | 注意 |
---|---|
Sum |
|
Mean |
|
Min |
|
Max |
|
Count |
|
SDev |