相关子查询 单行子查询返回多行 解决办法
select*fromitemswheretotal_price!=quantity*(selectunit_pricefromstockwherestock.stock...
select *
from items
where total_price!=quantity *
(
select unit_price
from stock
where stock.stock_num=items.stock_num
and stock.manu_code=items.manu_code
)
单行子查询返回多行 展开
from items
where total_price!=quantity *
(
select unit_price
from stock
where stock.stock_num=items.stock_num
and stock.manu_code=items.manu_code
)
单行子查询返回多行 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询