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