Collections:
SUBDATE() - Synonym for DATE_SUB()
What's the difference between SUBDATE() and DATE_SUB() functions?
✍: FYIcenter.com
SUBDATE() is
a synonym for the DATE_SUB() function in two syntaxes:
Related MySQL functions:
⇒ SUBTIME() - Subtracting Time
⇐ STR_TO_DATE() - Parsing String to Datetime
2023-11-17, 975🔥, 0💬
Popular Posts:
What Is "mysqld" in MySQL? "mysqld" is MySQL server daemon program which runs quietly in background ...
What Are Out-of-Range Errors with DATETIME values in SQL Server Transact-SQL? When you enter DATETIM...
How To Update Multiple Rows with One UPDATE Statement in SQL Server? If the WHERE clause in an UPDAT...
How To List All Login Names on the Server in SQL Server? If you want to see a list of all login name...
How To Use SQL*Plus Built-in Timers in Oracle? If you don't have a stopwatch/timer and want to measu...