回复:回复:那你倒是说一说你的难题啊

来源: 2007-04-08 18:48:36 [旧帖] [给我悄悄话] 本文已被阅读:

select order.order_id, product.product_name, ....
from order, product, order_product
where order.order_id = order_product.order_id and
order_product.product_id = product.product_id
order by order.order_id