USINGステートメント修正
This commit is contained in:
parent
e21f0d48fa
commit
eef88cd7cd
@ -97,8 +97,8 @@ TableCursorLoop: LOOP
|
|||||||
SET @temp_table_id = temp_table_id;
|
SET @temp_table_id = temp_table_id;
|
||||||
|
|
||||||
-- UPSERT実行
|
-- UPSERT実行
|
||||||
PREPARE stmt FROM @upsert_statement USING @distribution_schema, @temp_table_id;
|
PREPARE stmt FROM @upsert_statement;
|
||||||
EXECUTE stmt;
|
EXECUTE stmt USING @distribution_schema, @temp_table_id;
|
||||||
DEALLOCATE PREPARE stmt;
|
DEALLOCATE PREPARE stmt;
|
||||||
|
|
||||||
END LOOP;
|
END LOOP;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user