How to show the version number in MS SQL Server, Sybase and MySQL
Just a quick post – I often need to find out what version of a database platform I am running SQL against (presuming this is not my own server!), this may come up whenever you are contemplating upgrades, diagnosing faults or looking for features in documentation. In Microsoft SQL Server, Sybase and MySQL (and perhaps other platforms) the command is…
SELECT @@VERSION


