oracle如何查看哪些表示分區(qū)表?
分區(qū)表:將一個大表根據(jù)某種規(guī)則分成多個小表,從而提高檢索效率。查詢分區(qū)表sqlSql代碼selectuser_tables。
table_namefromuser_tableswhereuser_tables。
partitioned='YES'通過以上命令可查詢出數(shù)據(jù)庫中登陸用戶下的全部分區(qū)表。
oracle如何查看哪些表示分區(qū)表?
分區(qū)表:將一個大表根據(jù)某種規(guī)則分成多個小表,從而提高檢索效率。查詢分區(qū)表sqlSql代碼selectuser_tables。
table_namefromuser_tableswhereuser_tables。
partitioned='YES'通過以上命令可查詢出數(shù)據(jù)庫中登陸用戶下的全部分區(qū)表。