Refactoring SQL

This commit is contained in:
Sven 2006-12-07 17:00:36 +00:00
parent 62a60e5cf8
commit 7530f27ff1

70
SQL.mw
View File

@ -1,40 +1,5 @@
[[Kategorie:Wissen]]
=Dokumentation=
*[http://www.firebirdsql.org/ Firebird]
**[http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1155387578:153600&page=ibp_60_sqlref Referenz-Dokumentation]
*[http://www-306.ibm.com/software/data/db2/ IBM DB2]
**[http://www-306.ibm.com/software/data/db2/udb/support/manualsv9.html IBM DB2 9 Manuals]
*[http://www.mimer.com/ Mimer SQL]
**[http://developer.mimer.com/documentation/html_92/Mimer_SQL_Engine_DocSet/Mimer_SQL_Engine.htm Mimer SQL 9.2]
*[http://www.microsoft.com/sql/default.mspx MSSQL]
**[http://msdn.microsoft.com/library/en-us/tsqlref/ts_tsqlcon_6lyk.asp SQL Server 2000]
**[http://msdn2.microsoft.com/en-us/library/ms189826.aspx SQL Server 2005]
*[http://www.mysql.com/products/database/ MySQL]
**[http://dev.mysql.com/doc/refman/4.1/en/sql-syntax.html MySQL 3.23, 4.0, 4.1]
**[http://dev.mysql.com/doc/refman/5.0/en/sql-syntax.html MySQL 5.0]
**[http://dev.mysql.com/doc/refman/5.1/en/sql-syntax.html MySQL 5.1]
*[http://www.oracle.com/database/index.html Oracle]
**[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.sqlite.org/ SQLite]
**[http://www.sqlite.org/lang.html Referenz-Dokumentation]
*[http://www.sybase.com/products/informationmanagement Sybase]
**[http://infocenter.sybase.com/help/index.jsp Referenz-Dokumentation]
=Funktionen=
=Meta-Daten abfragen=
@ -223,3 +188,38 @@ ALTER USER <user-name> PASSWORD '<new-password>';
*PRAGMA table_info(<table>);
|-
|}
=Dokumentation=
*[http://www.firebirdsql.org/ Firebird]
**[http://www.ibphoenix.com/main.nfs?a=ibphoenix&s=1155387578:153600&page=ibp_60_sqlref Referenz-Dokumentation]
*[http://www-306.ibm.com/software/data/db2/ IBM DB2]
**[http://www-306.ibm.com/software/data/db2/udb/support/manualsv9.html IBM DB2 9 Manuals]
*[http://www.mimer.com/ Mimer SQL]
**[http://developer.mimer.com/documentation/html_92/Mimer_SQL_Engine_DocSet/Mimer_SQL_Engine.htm Mimer SQL 9.2]
*[http://www.microsoft.com/sql/default.mspx MSSQL]
**[http://msdn.microsoft.com/library/en-us/tsqlref/ts_tsqlcon_6lyk.asp SQL Server 2000]
**[http://msdn2.microsoft.com/en-us/library/ms189826.aspx SQL Server 2005]
*[http://www.mysql.com/products/database/ MySQL]
**[http://dev.mysql.com/doc/refman/4.1/en/sql-syntax.html MySQL 3.23, 4.0, 4.1]
**[http://dev.mysql.com/doc/refman/5.0/en/sql-syntax.html MySQL 5.0]
**[http://dev.mysql.com/doc/refman/5.1/en/sql-syntax.html MySQL 5.1]
*[http://www.oracle.com/database/index.html Oracle]
**[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.sqlite.org/ SQLite]
**[http://www.sqlite.org/lang.html Referenz-Dokumentation]
*[http://www.sybase.com/products/informationmanagement Sybase]
**[http://infocenter.sybase.com/help/index.jsp Referenz-Dokumentation]