JAVA查询,总显示不出数据库里的内容

JAVA查询,总显示不出数据库里的内容,第1张

while(rs.next()){

shuju stud=new shuju()

stud.setDM(rs.getString(1))

stud.setDNumber(rs.getInt(2))

data.add(stud)//加上这句

}

你查询出来后没有把他加到data里面去啊。

select a from  A a1 where not exists (select 1 from table where A a2 where a1.a=a2.b)

union

select b from  A a1 where not exists (select 1 from table where A a2 where a1.b=a2.a)


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/sjk/6627756.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-25
下一篇 2023-03-25

发表评论

登录后才能评论

评论列表(0条)

保存