Oracle怎样获取某个表的建表语句

2024-11-27 16:54:02
推荐回答(2个)
回答1:

方法
获取a表的建表语句
select dbms_metadata.get_ddl('TABLE','A') from dual

回答2:

desc table_name