Supported scalar functions
- Last Updated: May 30, 2024
- 1 minute read
- DataDirect Connectors
- JDBC
- 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')}
Refer to Scalar functions in the Progress DataDirect for JDBC Drivers Reference for more information.
| String Functions | Numeric Functions | Timedate Functions | System Functions |
|---|---|---|---|
|
|
|
|
| String Functions | Numeric Functions | Timedate Functions | System Functions |
|---|---|---|---|
|
|
|
|
| String Functions | Numeric Functions | Timedate Functions | System Functions |
|---|---|---|---|
|
|
|
|
1 SYSFUN schema.
2 SYSFUN schema.
3 SYSFUN schema.