Understand Eval Functions

Eval allows you to define and name an expression that is returned in the search. Use the following functions to build an eval expression:

For more information about other operators, functions, and syntax requirements, see eval.

Comparison and Conditional Functions

coalesce(X, [Y, Z, N, ...])

nullif(X,Y)

Boolean Functions

and (&&), or (||), not (|), and like

Informational Function

isnull(X)

Statistical Functions

greatest(X,Y[,Z,N, ...])

least(X,Y[,Z,N, ...])

randomint(X)

Text Functions

length(X)

lower(X)

substr(X,Y,Z)

trim(X)

ltrim(X)

rtrim(X)

upper(X)

 

For more information about syntax requirements that the query must meet, see Understand the Query Syntax.