April 2008
Intermediate to advanced
566 pages
21h 55m
English
VERSION()
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 | +-------------+
Read now
Unlock full access