Supported scalar functions
- Last Updated: June 24, 2021
- 1 minute read
- DataDirect Connectors
- JDBC
- PostgreSQL 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 driver, as listed in the following table.
Example:
SELECT id, name FROM emp WHERE name LIKE {fn UCASE('Smith')}
| String Functions | Numeric Functions | Timedate Functions | System Functions |
|---|---|---|---|
|
|
|
|
1 Supported for PostgreSQL 9.1 and higher