About 434,000 results
Open links in new tab
  1. MySQL DATE_ADD() Function - W3Schools

    Jun 15, 2017 · The DATE_ADD() function adds a time/date interval to a date and then returns the date. Syntax

  2. DATE_ADD () Function in MySQL - GeeksforGeeks

    Nov 25, 2020 · DATE_ADD() function in MySQL is used to add a specified time or date interval to a specified date and then return the date. Syntax: DATE_ADD(date, INTERVAL value addunit)

  3. MySQL DATE_ADD() Function - MySQL Tutorial

    The following illustrates the syntax of the DATE_ADD function: DATE_ADD(start_date, INTERVAL expr unit); Code language: SQL (Structured Query Language) (sql) The …

  4. MySQL :: MySQL 9.3 Reference Manual :: 14.7 Date and Time …

    Here is an example that uses date functions. The following query selects all rows with a date_col value from within the last 30 days: . mysql> SELECT something FROM tbl_name-> WHERE …

  5. MySQL :: MySQL 9.3 Reference Manual :: 5.3.4.5 Date Calculations

    mysql> SELECT name, birth FROM pet WHERE MONTH(birth) = MONTH(DATE_ADD(CURDATE(),INTERVAL 1 MONTH)); A different way to accomplish the …

  6. MySQL DATE_ADD - MySQL Tutorial

    Jan 1, 2024 · Here is the basic syntax of the DATE_ADD function: DATE_ADD(date_expression, INTERVAL value unit); date_expression: This is the initial date or datetime value to which you …

  7. DATE_ADD() FUNCTION in MySQL - W3schools

    Syntax: DATE_ADD( date, INTERVAL value unit ) Parameters: date: It is used to specify the date to which the interval should be added. value: It is used to specify the time/date interval value to …

  8. How to use the MySQL DATE_ADD() function

    Nov 20, 2023 · The DATE_ADD() function in MySQL is used to add a time/date interval to a date and return a new date. It is an alias for the ADDDATE() function.

  9. MySQL DATE_ADD () and DATE_SUB () - MySQLCode

    Apr 12, 2021 · The DATE_ADD() function is used to add a date or time interval to a date/datetime value. The DATE_SUB() function is used to subtract a date or time interval from a …

  10. MySQL: DATE_ADD Function - TechOnTheNet

    Feb 13, 2014 · This MySQL tutorial explains how to use the MySQL DATE_ADD function with syntax and examples. The MySQL DATE_ADD function returns a date after which a certain …

  11. Some results have been removed
Refresh