System functions
- Last Updated: August 19, 2019
- 1 minute read
- DataDirect Connectors
- ODBC
- Aha! 8.0
- Amazon Redshift 8.0
- Apache Cassandra 8.0
- Apache Hive 8.0
- Apache Spark SQL 8.0
- Autonomous Rest Connector 8.0
- Cloudera Impala 7.1
- dBase 7.1
- + 24
The following table lists the system functions that ODBC supports.
| Function | Returns |
|---|---|
| DATABASE() | Name of the database, corresponding to the connection handle (hdbc). |
| IFNULL(exp,value) | value, if exp is null. |
| USER() | Authorization name of the user. |