ODBC Scalar Functions Outside Escape Sequences (deprecated in 14.10) - ODBC Driver for Teradata

ODBC Driver for Teradata® User Guide

Product
ODBC Driver for Teradata
Release Number
17.00
Published
June 2020
Language
English (United States)
Last Update
2020-08-22
dita:mapPath
xbl1544831938754.ditamap
dita:ditavalPath
nkw1500504256726.ditaval
dita:id
B035-2526
lifecycle
previous
Product Category
Teradata Tools and Utilities
This feature was removed in ODBC Driver for Teradata 16.00.

ODBC Driver for Teradata support for ODBC scalar functions outside escape sequences has been deprecated. This is a Teradata-specific extension to the ODBC standard and its use was removed in 16.00.

ODBC scalar functions should always be used within escape sequences. For example:

SELECT {fn DAYOFWEEK(delivery_date)} FROM order_table;