SQL Functions

ActiveSpaces provides support for many functions that can be used in SQL statements, such as the aggregate functions, date and time functions, and string functions.

For information about using a function in a particular type of SQL statement, see The SQL SELECT Statement. If it does not include information on using a function in the section, then its use is not supported with that statement type. Aggregate functions are only used in the select list of SELECT statements. For more information about aggregate functions, see Aggregate Functions.

Related tasks