发布网友 发布时间:2022-04-28 12:08
共1个回答
热心网友 时间:2022-04-13 04:57
select i.* from items i left join props p1 on p1.id=i.id and p1.prop_name='性别' and p1.prop_value='女' left join props p2 on p2.id=i.id and p2.prop_name='款式' and p2.prop_value='单肩包' where p1.id is not null and p2.id is not null