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, 1116🔥, 0💬
Popular Posts:
How Many Groups of Data Types in MySQL? MySQL support 3 groups of data types as listed below: String...
How to set the current database in SQL Server? Once you are connected to the SQL Server, you should ...
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
Where to find reference information and tutorials on MySQL database functions? I want to know how to...