728x90
반응형
동적 where
예시:
<select id="test">
SELECT * FROM TEST
<where>
<if test="a != null">
a = #{a}
</if>
<if test="b != null">
and b = #{b}
</if>
<if test="c != null">
and c = #{c}
</if>
</where>
</select>
728x90
'스마트웹앱콘텐츠전문가 > 직장' 카테고리의 다른 글
[MSSQL]문자열 길이 확인하기 (0) | 2018.04.05 |
---|---|
[mssql]컬럼 다루기 (0) | 2018.04.02 |
[mssql]CASE문 (0) | 2018.03.23 |
[MSSQL]테이블 복사 (0) | 2018.02.21 |
[윈도우]현재 설치된 운영체제 설치 날짜 확인하기 (0) | 2018.01.31 |