hour
SQL function that extracts the hour field from a given date. The returned value is a number between 0 and 23 both inclusive.
Parameters
expr
Expression to extract the hour from.
queryBuilder
Query builder to append the SQL function to.
SQL function that extracts the hour field from a given date. The returned value is a number between 0 and 23 both inclusive.
Expression to extract the hour from.
Query builder to append the SQL function to.