td_day_of_year Function | VantageCloud Lake - td_day_of_year - Teradata VantageCloud Lake

Lake - Working with SQL

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2025-11-21
dita:mapPath
jbe1714339405530.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
jbe1714339405530

Returns the number of days from the beginning of the year (January 1st) to the specified date.

The td_day_of_year function provides improved performance compared to using the Sys_Calendar.Calendar system view to get similar results.

See also "Function Name Overloading" in Using Functions with CREATE/REPLACE FUNCTION (SQL Form).

ANSI Compliance

This statement is a Teradata extension to the ANSI SQL:2011 standard.

Result Type

The result is an INTEGER value from 1 through 366.

See System Calendar View.