相关考题
-
单项选择题
动态SQL标签判断String类型的字段是否为空字符串的正确用法是()。
A.<if test="userName !=null and userName !=’’"></if>
B.<if test="userName !=null userName !=’’"></if>
C.<if test="userName !=null or userName !=’’"></if>
D.<if test="userName !=null \\userName !=’’"></if> -
单项选择题
以下不属于Mybatis的动态标签的是()。
A.< if>
B.< update>
C.< choose>
D.< where> -
单项选择题
动态SQL标签标签中关于标签描述正确的是()。
A.< otherwise>标签可以有0个
B.< otherwise>标签只能有1个
C.< otherwise>标签可以有2个
D.以上都不对
