From 19d2bf326d88916720a539e46b1fd7cdaf0af4fa Mon Sep 17 00:00:00 2001 From: daido Date: Wed, 18 Oct 2023 09:03:59 +0900 Subject: [PATCH] =?UTF-8?q?feat:=E3=83=AC=E3=83=93=E3=83=A5=E3=83=BC?= =?UTF-8?q?=E6=8C=87=E6=91=98=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../stored_procedure/internal02/get_distribution_to_schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rds_mysql/stored_procedure/internal02/get_distribution_to_schema.sql b/rds_mysql/stored_procedure/internal02/get_distribution_to_schema.sql index e4c8a37f..9eb02059 100644 --- a/rds_mysql/stored_procedure/internal02/get_distribution_to_schema.sql +++ b/rds_mysql/stored_procedure/internal02/get_distribution_to_schema.sql @@ -20,7 +20,7 @@ BEGIN -- カーソル DECLARE cursor_crm_data_distribution_settings CURSOR FOR SELECT `from_column_value`, `to_schema` - FROM `crm_data_distribution_settings` + FROM intenal02.`crm_data_distribution_settings` WHERE `table_id` = target_table AND `from_column_id` = target_column;