请教一个问题:mysql中,我查询语句
select * from tableA where name='test' and age='18';
然后我有一个name和age的list列表,分别通过这两个条件去查询,有什么比较方法可以查询;
eg:
select * from tableA where name='test' and age='18';
select * from tableA where name='test1' and age='18';
select * from tableA where name='test2' and age='20';
select * from tableA where name='test2' and age='56';
···
其中查出来的数据对应Java的一个实体。其中List表的大小为500-3000,数据表的记录为每天8万左右
长风秋雁
慕桂英4014372
忽然笑
相关分类