Alternative way of Fetching both Current Date and Time in MySql database.

Vishalneeraj-24503
Posted by Vishalneeraj-24503 under Sql Server category on | Points: 40 | Views : 831
Current_Timestamp() function is used to fetch both Current Date and Time in MySql database:-
Select Current_Timestamp() as Current_Date_Time;

Comments or Responses

Login to post response