我有一个订单订单有很多文章和 2 文章有相同的颜色我可以从颜色中获取 color_no,其中 order_id 是我可以放置的,当我可以在查询下面执行显示的错误时子查询返回超过 1 个值。当子查询跟随 =、!=、<、<=、>、>= 或子查询用作表达式时,这是不允许的。我知道那里有重复的记录,但我需要这个数据//选择下面查询中给出的 order_id 的所有颜色,如果重复没有问题,则显示颜色:
select color_no from color
where color_id=(select trans_id from transaction_order
where order_id=(select order_id from master_order where program_no='13-065454'))