MySQL

MySQL

MySQL – Get Day of Week Name Using DAYOFWEEK()

In SQL language. The DAYOFWEEK() function is used to get the week day of a specific date. The result is

Read More
MySQL

MySQL DATE_FORMAT()

In SQL language, DATE_FORMAT() function allows formatting a DATE data in the indicated format. It is the ideal function if

Read More