td_tuesday Syntax - Analytics Database - Teradata Vantage

SQL Date and Time Functions and Expressions

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Analytics Database
Teradata Vantage
Release Number
17.20
Published
June 2022
ft:locale
en-US
ft:lastEdition
2023-10-30
dita:mapPath
cpk1628111786971.ditamap
dita:ditavalPath
qkf1628213546010.ditaval
dita:id
pxz1544241488545
lifecycle
latest
Product Category
Teradata Vantageā„¢
[TD_SYSFNLIB.] td_tuesday (
  expression_1 [, { calendar_name | NULL } [, expression_2 ] ]
)

Syntax Elements

TD_SYSFNLIB.
Name of the database where the function is located.
expression_1
An expression that results in a DATE, TIMESTAMP, or TIMESTAMP WITH TIME ZONE value.
If expression_1 is DATE, expression_2 cannot be specified.
calendar_name
A calendar name. The possible values are Teradata, ISO, and COMPATIBLE.
This argument must be a character literal and cannot be a table column or expression. If you do not name a calendar, Teradata uses the calendar for the session.
NULL
The business calendar for the session.
expression_2
A value of TIME, TIME WITH TIME ZONE, or NULL. If NULL is specified, TIME is assumed to be 00:00:00+00:00.