Supported scalar functions
- Last Updated: December 4, 2020
- 1 minute read
- DataDirect Connectors
- JDBC
- Salesforce 6.0
- Documentation
You can use scalar functions in SQL statements with the following syntax:
{fn scalar-function}
where:
- scalar-function
- is a scalar function supported by the drivers, as listed in the following table.
Example:
SELECT id, name FROM emp WHERE name LIKE {fn
UCASE('Smith')}
Refer to Scalar functions in the Progress DataDirect for JDBC Drivers Reference for more information.
| String Functions | Numeric Functions | Timedate Functions | System Functions |
|---|---|---|---|
|
|
|
|