MyBatis高级特性- 动态SQL的if-test条件
2018-10-19 本文已影响20人
帅可儿妞
报错中,得到了if-test中可以使用的各种符号,记在这里
,
,=
,?
,||
,or
,&&
,and
,|
,bor
,^
,xor
,&
,band
,==
,eq
,!=
,neq
,<
,lt
,>
,gt
,<=
,lte
,>=
,gte
,in
,not
,<<
,shl
,>>
,shr
,>>>
,ushr
,+
,-
,*
,/
,%
,instanceof
,.
,(
,[ <DYNAMIC_SUBSCRIPT> ]