方法一:select * from table_name 按住ctrl点击表名就可以了 方法二:select dbms_metadata.get_ddl('TABLE','table_name','owner') from dual