programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

How to get Current Date and Time in MySQL?

Average: 5 (2 votes)

we can get the datetime

we can get the datetime using mysql function now()

mysql> SELECT NOW();

o/p : 2005-08-4 19:40:00