MYSQL查询出一张表两个列中相同的值的name。如图

2025-04-28 08:16:44
推荐回答(1个)
回答1:

select * from table where id = parent_id;