0 0

mybatis @select 注解 in 子查询的的问题5

@Select("select * from t_sys_operation_log where id in #{ids}")
2014年4月06日 14:08

2个答案 按时间排序 按投票排序

0 0

DELETE FROM DEMO
WHERE ID in
<foreach collection="list" index="index" item="item" open="(" separator="," close=")"> 
        #{item}
    </foreach>

2014年4月08日 11:45
0 0

问题呢?问题呢?

2014年4月08日 09:56

相关推荐

Global site tag (gtag.js) - Google Analytics