Information Functions In MySQL

In this article, we will study the various Information Functions in MySQL. As the name suggests, information functions provide us with information about our MySQL database. These functions are very useful in understanding the technicalities of the MySQL database. They provide you with valuable information like the version of your MySQL database, the current user …

Information Functions In MySQL Read More »

MySQL LOCALTIME() and NOW() Functions – Displaying the current date and time

In this tutorial, we will study the MySQL LOCALTIME() and NOW() functions. So far we have seen the CURDATE() and the CURTIME() functions which return the current date and current time respectively. What if we need a function that returns the current date and time together? This is where the LOCALTIME() and NOW() functions come …

MySQL LOCALTIME() and NOW() Functions – Displaying the current date and time Read More »