티스토리 뷰
728x90
반응형
<when test="value < 100">
위와 같은 코드를 작성해야할때는
<when test=value lt 100">
위와 같이 작성한다
기호 |
대체식 |
예제 |
< |
lt |
<if test="logCount lt 0"> |
> |
gt |
<if test="logCount gt 0"> |
<= or =< |
lte |
<if test="logCount lte 0"> |
>= or => |
gte |
<if test="logCount gte 0"> |
728x90
반응형
'Error > MyBatis' 카테고리의 다른 글
[MyBatis] Unknown column 'N' in 'field list' (0) | 2020.06.06 |
---|---|
[Mybatis] For input string : [ 1 == null ] (1) | 2019.11.17 |
[Mybiats] Invalid bound statement (not found) (0) | 2019.11.17 |
[MyBaits] Parsing error was found in mapping (2) | 2019.06.15 |
[MyBatis] could not find parameter map (2) | 2019.05.30 |
댓글