Version ebook / Retour
VERSION()
This function returns the MySQL server version. There are no arguments for the function. Here is an example:
SELECT VERSION( ); +-------------+ | VERSION( ) | +-------------+ | 5.1.16-beta | +-------------+