You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIMESTAMPADD(unit,interval,datetime_expr) - Add integer expression intervals to the date or date time expression expr. The unit of the time interval is specified by the unit parameter, which should be one of the following values: MICROSECOND, SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, QUARTER, or YEAR.
Description
TIMESTAMPADD(unit,interval,datetime_expr) - Add integer expression intervals to the date or date time expression expr. The unit of the time interval is specified by the unit parameter, which should be one of the following values: MICROSECOND, SECOND, MINUTE, HOUR, DAY, WEEK, MONTH, QUARTER, or YEAR.
For example:
Use case
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: