MySQL – Date and Time Related System Functions
MySQL supports lot of functions to get current date and time. The following are some of the system functions. There are two functions to get current date SELECT curdate(),current_date(); There are two functions to get current time SELECT curtime(),current_time(); There are two functions to get current date along with time…
Read More

