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

ODBC Driver for Teradata® User Guide - 17.20

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
ODBC Driver for Teradata
Release Number
17.20
Published
June 2022
Language
English (United States)
Last Update
2023-11-18
dita:mapPath
uqj1639470627591.ditamap
dita:ditavalPath
nkw1500504256726.ditaval
dita:id
ktb1507075385726
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;