0 / 0
Go back to the English version of the documentation
支持 SQL 回送的 CLEM 表达式和运算符
Last updated: 2024年10月07日
SQL 优化 (SPSS Modeler)

此部分中的表列出支持 SQL 生成并在数据挖掘中经常使用的数学运算和表达式。 这些表中没有的运算不支持 SQL 生成。

表 1. 操作程序
支持 SQL 生成的运算 注意
+  
-  
/  
*  
>< 用于连接字符串。
表 2. 关系运算符
支持 SQL 生成的运算 注意
=  
/= 用于指定“不等于”。
>  
>=  
<  
<=  
表 3. 函数
支持 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  
表 4. 特殊函数
支持 SQL 生成的运算 注意
@NULL  
@GLOBAL_AVE 您可以使用特殊全局函数,检索“设置全局量”节点计算的全局值。
@GLOBAL_SUM  
@GLOBAL_MAX  
@GLOBAL_MEAN  
@GLOBAL_MIN  
@GLOBALSDEV  
表 5. 汇总函数
支持 SQL 生成的运算 注意
Sum  
Mean  
Min  
Max  
Count  
SDev  
Generative AI search and answer
These answers are generated by a large language model in watsonx.ai based on content from the product documentation. Learn more