select rownum,col from table;
54. 如何知道賧料褲中某個表所在的tablespace
select tablespace_name from user_tables where table_name='test';
select * from user_tables中有個欄位tablespace_name,(oracle);
select * from dba_segments where …;
55. 怎麽可以快速做一個和原表一樣的備份表
select rownum,col from table;
54. 如何知道賧料褲中某個表所在的tablespace
select tablespace_name from user_tables where table_name='test';
select * from user_tables中有個欄位tablespace_name,(oracle);
select * from dba_segments where …;
55. 怎麽可以快速做一個和原表一樣的備份表