gpt4 book ai didi

java - 转换为条件查询

转载 作者:太空宇宙 更新时间:2023-11-04 08:25:31 24 4
gpt4 key购买 nike

如何将条件查询写入以下 SQL 查询。

select i.item_id,i.item_name,l.item_price 
from items i,pricelists l,sections s
where i.id=100 and l.item_id=100
and i.item_id not in (select s.item_id where s.id=100);

提前致谢

最佳答案

这是一篇有关一些基本知识的文章的链接 Hibernate Criteria examples ,这是指向 a question here on SO where the "NOT IN" was solved 的链接.

关于java - 转换为条件查询,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8617546/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com