如果查询当前用户下得分区表: select * from user_tables where partitioned='YES' 如果要查询整个数据库中的分区表: select * from dba_tables where partitioned='YES' 如果要查询某个用户下得分区表: select * from dba_tables where partitioned='YES' and owner='ABCDEFG' 其中ABCDEFG为用户名
本文共 231 字,大约阅读时间需要 1 分钟。
如果查询当前用户下得分区表: select * from user_tables where partitioned='YES' 如果要查询整个数据库中的分区表: select * from dba_tables where partitioned='YES' 如果要查询某个用户下得分区表: select * from dba_tables where partitioned='YES' and owner='ABCDEFG' 其中ABCDEFG为用户名
转载地址:http://hktpo.baihongyu.com/