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, 966🔥, 0💬
Popular Posts:
How To Convert Characters to Numbers in Oracle? You can convert characters to numbers by using the T...
What Happens If the Imported Table Already Exists in Oracle? If the import process tries to import a...
How To Revise and Re-Run the Last SQL Command in Oracle? If executed a long SQL statement, found a m...
How To Create a Table Index in Oracle? If you have a table with a lots of rows, and you know that on...
What Is an Oracle Instance in Oracle? Every running Oracle database is associated with an Oracle ins...