Example
Return the current version of the MySQL database:
SELECT VERSION();
Definition and Usage
The VERSION() function returns the current version of the MySQL database, as a string.
Syntax
VERSION()
Return the current version of the MySQL database:
SELECT VERSION();
The VERSION() function returns the current version of the MySQL database, as a string.
VERSION()