refactor:INNERを明示的に記述

This commit is contained in:
y-ono-r 2022-08-02 16:19:32 +09:00 committed by shimoda.m@nds-tyo.co.jp
parent c182d377f4
commit 580b94ee86

View File

@ -70,7 +70,7 @@ BEGIN
-- ②-2 「②-1」で取得した全件に更新処理を行う
SET @update_end_datetime = '
UPDATE $$target_table$$ tt
JOIN $$target_table$$_make_history_tmp mht
INNER JOIN $$target_table$$_make_history_tmp mht
ON tt.id = mht.id
AND tt.start_datetime = mht.min_start_datetime
SET