/* Prozeduren */ +Oracle

This commit is contained in:
Sven 2010-05-03 14:27:36 +00:00
parent ccec5d8f1b
commit 7604af1603
1 changed files with 3 additions and 0 deletions

3
SQL.mw
View File

@ -187,6 +187,9 @@
|-
| Firebird
| SELECT * FROM RDB$PROCEDURES;
|-
| Oracle
| select * from user_objects where object_type = 'PROCEDURES';
|}
==Version==