From 1b1dd9ceb5ddc1fbd93c17192fa3c6102d3f6832 Mon Sep 17 00:00:00 2001 From: liugang643009307 <12030871+liugang643009307@user.noreply.gitee.com> Date: Tue, 20 May 2025 10:03:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=B3=BB=E7=BB=9F=E8=A7=86?= =?UTF-8?q?=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/sys_schema/views/view.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/sys_schema/views/view.sql b/scripts/sys_schema/views/view.sql index 3846a8ef8..8064be7a7 100644 --- a/scripts/sys_schema/views/view.sql +++ b/scripts/sys_schema/views/view.sql @@ -363,7 +363,7 @@ VIEW sys.dba_tab_partitions( MEMOPTIMIZE_WRITE ) AS -SELECT DISTINCT p.table_schema, p.table_name, p.issubpartitioned, p.partition_name, +SELECT p.table_schema, p.table_name, p.issubpartitioned, p.partition_name, CASE WHEN p.cntsp is NULL THEN 0 ELSE p.cntsp @@ -447,7 +447,7 @@ VIEW sys.dba_tablespaces( CHUNK_TABLESPACE ) AS -SELECT DISTINCT tbs.name, tbs.fs_block_size, tbs.file_size, NULL, NULL, +SELECT tbs.name, tbs.fs_block_size, tbs.file_size, NULL, NULL, NULL, tbs.page_size, NULL, NULL, 'ONLINE', NULL, NULL, NULL, NULL, NULL, NULL, NULL, 'DISABLED', NULL, NULL, -- Gitee