gpt4 book ai didi

mysql - 在 MySQL 中选择带有子行和状态列表的行?

转载 作者:行者123 更新时间:2023-11-29 18:24:14 25 4
gpt4 key购买 nike

我有以下 MySQL 表:

enter image description here

我想要实现的是,在执行 select 语句时,我希望返回 id5 行,因为它的所有“子”行的状态均为 1 id1 行将不会获取,因为其最后一个“子”行的状态为 0(即 id4)

http://sqlfiddle.com/#!9/76de80

最佳答案

您应该使用子查询来获取结果。

例如:

select id from table where id IN (select id from table where parant_id="")

关于mysql - 在 MySQL 中选择带有子行和状态列表的行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46319403/

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