-1

I'm new to sql and I have created table using create table table_name. And now I want to get this table definition or let's say source code, I know command desc table_name but that's not what I want. Could you help me figure it out?

4

1 回答 1

0

Check the function: DBMS_METADATA.GET_DDL

http://psoug.org/reference/dbms_metadata.html

于 2015-03-01T08:44:29.450 回答