SQL support
-
- UpdatedJan 30, 2025
- 1 minute read
- Yokohama
- API implementation
The ODBC driver embeds a third party SQL/ODBC engine from DataDirect, a division of Progress Software.
See the DataDirect SQL Reference for information on proper SQL syntax.
Note: The ServiceNow ODBC driver only supports
SELECT
statements. The driver ignores other SQL statements such as CREATE
and ALTER
.