From 4b0fcf325733bd24681e8ef7303553c2535f87a5 Mon Sep 17 00:00:00 2001 From: GAOSHUYUE <15843830+gao-shuyue@user.noreply.gitee.com> Date: Sat, 24 May 2025 11:19:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E5=9B=BEuser=5Find?= =?UTF-8?q?=5Fpartitions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/sys_schema/views/view.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/sys_schema/views/view.sql b/scripts/sys_schema/views/view.sql index cd698248d..d58bdc692 100644 --- a/scripts/sys_schema/views/view.sql +++ b/scripts/sys_schema/views/view.sql @@ -2067,8 +2067,7 @@ FROM SELECT concat(table_schema,'#', table_name) as fulname, partition_name, partition_expression, length(partition_expression) AS length, concat(table_schema,'/',concat(concat(table_name,'#','p'),'#', partition_name)) AS tpname FROM information_schema.partitions where partition_name is not NULL -)p -INNER JOIN +) JOIN ( SELECT concat(table_schema,'#', table_name) as fulname, index_schema, CASE -- Gitee