MySQL QUARTER Function

MySQL Quarter is one of the Date Functions, which is useful to return the quarter of the year number from a given date. This method returns an integer range from 1 to 4. The basic syntax of the MySQL Quarter Function is as shown below: QUARTER(date or expression); TIP: This method returns 0 if the given … Read more