where
節で実装する必要があります。
ステートメントで試しましたが、ステートメントcase
で between を使用できませんcase
where
if start_mth < end_mth
mth_no between start_mth and end_mth
else start_mth > end_mth
mth_no between start_mth and 12
or
mth_no between 1 and end_mth