기록용

존스노우·2022년 2월 24일
0

함수저장소

목록 보기
1/1

$.datepicker.formatDate('dd M yy', new Date())

날짜 변환형식 .

AND EMAIL_ID in
            <trim suffixOverrides=" OR EMAIL_ID IN ()">
                <foreach item="item" index="index" collection="mailList"
                         open="(" close=")">
                    <if test="index != 0">
                        <choose>
                            <when test="index % 1000 == 999">) OR EMAIL_ID IN (</when>
                            <otherwise>,</otherwise>
                        </choose>
                    </if>
                    #{item}
                </foreach>
            </trim>
        </when>
    </choose>

오라클 1000개이상일 때 해결책

profile
어제의 나보다 한걸음 더

0개의 댓글