Collections:
CURRENT_DATE() - Synonym for CURDATE()
What's the difference between CURRENT_DATE() and CURDATE() functions?
✍: FYIcenter.com
CURRENT_DATE() is
a synonym for the CURDATE() function.
Related MySQL functions:
⇒ CURRENT_TIME() - Synonym for CURTIME()
2023-11-17, 1098🔥, 0💬
Popular Posts:
What are binary literals supported in SQL Server Transact-SQL? Binary literals in Transact-SQL are s...
What Is a Parameter File in Oracle? A parameter file is a file that contains a list of initializatio...
How to execute statements under given conditions in SQL Server Transact-SQL? How to use IF ... ELSE ...
What Are the Differences between DATE and TIMESTAMP in Oracle? The main differences between DATE and...
How to continue to the next iteration of a WHILE loop in SQL Server Transact-SQL? How to use CONTINU...