See Also
You are here: SQL Reference > SQL Functions and Operators > Date Functions
ContentsIndexHome
PreviousUpNext
Date Functions
SQL Date Functions

 

These functions can manipulate datetime columns and values. 

In the following functions, date_unit must be one of the following:

  • year,
  • month,
  • day,
  • hour,
  • minute, or
  • second.

 

 

 

Related