本文主要是介绍mysql常用循环,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
SELECT mac FROM t_sys_device WHERE valid_time='9999-12-31' and type=0 and collect_code in #{item} and find_in_set(#{collectCode},tl.label_code) or
批量插入
insert into t_person_code(name,id_type, id_no, house_region,house_address,key_person)
values
(
#{item.name},#{item.idType}, #{item.idNo}, #{item.houseRegion},#{item.houseAddress},#{item.keyPerson}
)
这篇关于mysql常用循环的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!