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