MySQL

MySQL

MySQL VERSION()

In SQL language, the VERSION() function returns the version of MySQL. This function allows knowing exactly the version of the

Read More
MySQL

How To Get Year From Date In MySQL

In SQL language the YEAR() function allows extracting a year from a date in YYYY-MM-DD format.   Syntax: To use

Read More