Dao.query("select * from tb_spinfo where spname='"+ quanCheng.getText().trim() + "'and gg='"+ Guige.getText().trim() + "' ")
还能加上供应商全称---与运算关系吗,供应商数据不在tb_spinfo里
1.你的需求不明确,没有提供具体的表结构,我无法提供准确的sql语句.2.此处涉及的知识点并非Java技术,而是数据库的sql查询技术。