Loading lesson path
Concept visual
Start at both ends
Return the current version of the MySQL database:
SELECT VERSION();
The VERSION() function returns the current version of the MySQL database, as a string.
From MySQL 4.0
❮ MySQL Functions
Previous
MySQL USER() Function
Next
SQL Server Functions