feat:レビュー指摘対応
This commit is contained in:
parent
98e18a6041
commit
19d2bf326d
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user