各位大牛们,请教下,Oracle databse 10g 备份数据库中的表语句是什么?
或者查询表的所有字段语句也可以,有知道的请告诉下,谢谢~~
------解决方案--------------------
- SQL code
--查询语句,或user_tab_columns或dba_tab_columns,看你取什么了select owner,table_name,column_name from all_tab_columns;
--查询语句,或user_tab_columns或dba_tab_columns,看你取什么了select owner,table_name,column_name from all_tab_columns;