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, 1245🔥, 0💬
Popular Posts:
How to convert a JSON (JavaScript Object Notation) quoted string into a regular character string usi...
What is SQL Server Transact-SQL (T-SQL)? SQL Server Transact-SQL, also called T-SQL, is an extension...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...
How To Divide Query Output into Multiple Groups with the GROUP BY Clause in SQL Server? Sometimes, y...
Where to find answers to frequently asked questions in general areas of Microsoft SQL Server Transac...