要两个stat才行:
rs1=stat1.executeQuery(sql1);
rs2=stat2.executeQuery(sql2);
如果是Sysbase数据库,你将两个SQL捆绑再一起提交,返回多个结果集。