What is a Function?

A function is a SQL component that manipulates data and returns a value that is not stored in the database, but is derived from calculating or reformatting values. Functions can be used to calculate or reformat values:

In SQL code, a function can be included as part of the SELECT statement, WHERE clause or HAVING clause, or it can exist outside of these SQL components. You can write functions in the SQL code, or in the Expression Builder.

You can use the following functions in GE Digital APM:

Note: Throughout this documentation, functions are grouped into categories according to how they are grouped in the Expression Builder.

Copyright © 2018 General Electric Company. All rights reserved.