Collections:
ADDDATE() - Synonym for DATE_ADD()
What's the difference between ADDDATE() and DATE_ADD() functions?
✍: FYIcenter.com
ADDDATE() is
a synonym for the DATE_ADD() function in two syntaxes:
Related MySQL functions:
⇐ MySQL Functions on Date and Time
2023-11-17, 1506🔥, 0💬
Popular Posts:
How To Escape Special Characters in SQL statements in MySQL? There are a number of special character...
How to obtain the number of rows found by the last SELECT statement using the FOUND_ROWS() function?...
How To Use DATEADD() Function in SQL Server Transact-SQL? DATEADD() is a very useful function for ma...
How To Assign Debug Privileges to a User in Oracle? In order to run SQL Developer in debug mode, the...
What Happens to an Arithmetic Operation with Two Different Data Types in SQL Server Transact-SQL? Wh...