Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はSQLが初めてで、を使用してテーブルを作成しましcreate table table_nameた。そして今、このテーブル定義を取得したい、またはソースコードとしましょう。コマンド desc table_name は知っていますが、それは私が望んでいるものではありません。それを理解するのを手伝ってもらえますか?
create table table_name
機能を確認します。DBMS_METADATA.GET_DDL
DBMS_METADATA.GET_DDL
http://psoug.org/reference/dbms_metadata.html