SQL根据条件查询(条件为一组数据),求如果同时返回有记录和无记录的结果。

2024-11-25 21:42:16
推荐回答(1个)
回答1:

select bb from B where 那个列名 = (select aa from A where aa = '10')