Last updated: Jan 17, 2024
The tables in this section list the mathematical operations and expressions that support SQL generation and are often used during data mining. Operations absent from these tables don't support SQL generation.
Operations supporting SQL generation | Notes |
---|---|
+ |
|
- |
|
/ |
|
* |
|
>< |
Used to concatenate strings. |
Operations supporting SQL generation | Notes |
---|---|
=
|
|
/= |
Used to specify "not equal." |
> |
|
>= |
|
< |
|
<= |
Operations supporting SQL generation | Notes |
---|---|
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
|
Operations supporting SQL generation | Notes |
---|---|
@NULL
|
|
@GLOBAL_AVE
|
You can use the special global functions to retrieve global values computed by the Set Globals node. |
@GLOBAL_SUM
|
|
@GLOBAL_MAX
|
|
@GLOBAL_MEAN
|
|
@GLOBAL_MIN
|
|
@GLOBALSDEV
|
Operations supporting SQL generation | Notes |
---|---|
Sum
|
|
Mean
|
|
Min
|
|
Max
|
|
Count
|
|
SDev
|