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, 1145🔥, 0💬
Popular Posts:
How To Convert Numeric Expression Data Types using the CAST() Function in SQL Server Transact-SQL? I...
How To Drop a Stored Procedure in Oracle? If there is an existing stored procedure and you don't wan...
How To Locate and Take Substrings with CHARINDEX() and SUBSTRING() Functions in SQL Server Transact-...
What are DDL (Data Definition Language) statements for tables in SQL Server? DDL (Data Definition La...
How To Get Year, Month and Day Out of DATETIME Values in SQL Server Transact-SQL? You can use DATEPA...