EN
MySQL - NOW() function example
0
points
In this article, we would like to show you NOW()
function example in MySQL.
Quick solution:
SELECT NOW();
Practical example
In this example, we will display the current date and time using NOW()
function.
Query:
SELECT NOW() AS 'current_date_and_time';
Result: