一条sql如何用一个集合的元素为条件分个查询出数据条数以集合形式返回

2024-12-03 13:12:02
推荐回答(2个)
回答1:

select count(id) as result from table_name where time>'2016-01-01T00:00:00'裤迟 and time <'2017-01-01T00:00:00'
union
select count(id) from table_name where time>'2017-01-01T00:00:00' and time <伍姿'2018-01-01T00:00:00'
这是集合里2个年份的sql,多的以此类推。
字符串可以拼接,就是写个胡橘李方法,传个int数组进去,生成sql,执行就行了

回答2:

看错了题
可洞销枯以直接传入数组的,在斗唯java中,就可以把数纳洞组使用join(",")方法返回字符穿 ,替换sql的参数
生成这样的
select count(*) from temp where time ( 2016,2017,2018) group by time