/* Dokumentation */

This commit is contained in:
Sven 2008-01-11 15:54:23 +00:00
parent c3f3d3d6ee
commit df52c3d904
1 changed files with 2 additions and 1 deletions

3
SQL.mw
View File

@ -218,7 +218,8 @@ SHOW VARIABLES LIKE 'version%';
**[http://download-uk.oracle.com/docs/cd/B19306_01/server.102/b14200/toc.htm Oracle 10.2]
*[http://www.postgresql.org PostgreSQL]
**[http://www.postgresql.org/docs/7.4/static/sql-commands.html PostgreSQL 7.4], [http://www.postgresql.org/docs/8.0/static/sql-commands.html PostgreSQL 8.0], [http://www.postgresql.org/docs/8.1/static/sql-commands.html PostgreSQL 8.1], [http://www.postgresql.org/docs/8.2/static/sql-commands.html PostgreSQL 8.2]
**[http://www.postgresql.org/docs/7.4/static/sql-commands.html PostgreSQL 7.4], [http://www.postgresql.org/docs/8.0/static/sql-commands.html PostgreSQL 8.0], [http://www.postgresql.org/docs/8.1/static/sql-commands.html PostgreSQL 8.1], [http://www.postgresql.org/docs/8.2/static/sql-commands.html PostgreSQL 8.2],
[http://www.postgresql.org/docs/8.3/static/sql-commands.html PostgreSQL 8.3]
*[http://www.sqlite.org/ SQLite]
**[http://www.sqlite.org/lang.html Referenz-Dokumentation], [http://www.sqlite.org/pragma.html Pragma-Dokumentation]