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, 890🔥, 0💬
Popular Posts:
How To Generate Random Numbers with the RAND() Function in SQL Server Transact-SQL? Random numbers a...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...
What Are Date and Time Functions in MySQL? MySQL offers a number of functions for date and time valu...
How To Disable a Login Name in SQL Server? If you want temporarily disable a login name, you can use...
How AdventureWorksLT tables are related in SQL Server? There are 12 user tables defined in Adventure...