MySQL SUBDATE Function

MySQL SUBDATE is one of the Date Functions, which is a synonym of the DATE_SUB. This SUBDATE function is used to subtract the user-specified intervals from the given date and returns the date and time. The basic syntax of the MySQL SUBDATE Function is as shown below: SUBDATE(Date, INTERVAL expression Unit);SUBDATE(Date expression, days); MySQL SUBDATE function … Read more