/* Version */

This commit is contained in:
Sven 2007-01-15 23:11:59 +00:00
parent dbda425a15
commit e14c4a64a5
1 changed files with 3 additions and 3 deletions

6
SQL.mw
View File

@ -186,14 +186,14 @@
!Beschreibung
!Befehl
|-
| MS SQL
| SELECT @@VERSION;
|-
| MySQL
| SHOW VARIABLES LIKE 'version%';
|-
| PostgreSQL
| SELECT version();
|-
| MS SQL
| SELECT @@VERSION;
|}
=Dokumentation=