/* Spalten einer Tabelle */ +Oracle

This commit is contained in:
Sven 2010-05-03 13:17:17 +00:00
parent a6af99fc7a
commit ccec5d8f1b
1 changed files with 3 additions and 0 deletions

3
SQL.mw
View File

@ -126,6 +126,9 @@
|-
| SQLite ||
*PRAGMA table_info(<table>);
|-
| Oracle ||
*DESCRIBE <table>;
|}
==User==