SQL support
-
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- 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
.