Represents an SQL function that extracts the year field from a given datetime expr.
Returns the date from this datetime expression.
Returns the day from this datetime expression, as an integer between 1 and 31 inclusive.
Returns the hour from this datetime expression, as an integer between 0 and 23 inclusive.
Returns the minute from this datetime expression, as an integer between 0 and 59 inclusive.
Returns the month from this datetime expression, as an integer between 1 and 12 inclusive.
Returns the second from this datetime expression, as an integer between 0 and 59 inclusive.
Returns the time from this datetime expression.
Returns the year from this datetime expression, as an integer.