From dbc4f2b3144b0752a74cd71ba5f62cfb91cbc3ec Mon Sep 17 00:00:00 2001 From: GAOSHUYUE <15843830+gao-shuyue@user.noreply.gitee.com> Date: Wed, 21 May 2025 10:29:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E5=9B=BEdba=5Fconst?= =?UTF-8?q?raints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/sys_schema/views/view.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sys_schema/views/view.sql b/scripts/sys_schema/views/view.sql index 8064be7a7..71079d42d 100644 --- a/scripts/sys_schema/views/view.sql +++ b/scripts/sys_schema/views/view.sql @@ -820,7 +820,7 @@ FROM ( END AS indexname FROM information_schema.table_constraints )tc - LEFT JOIN( + JOIN( SELECT constraint_name, substring_index(substring_index(check_clause, '(', -1),')',1) as clause0, substring_index(substring_index(check_clause, '(', -1),')',1) as clause FROM information_schema.check_constraints )cc -- Gitee