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
回复:回复:那你倒是说一说你的难题啊
所有跟帖:
•
那在什么地方加这个query啊?
-dagger-
♀
(0 bytes)
()
04/08/2007 postreply
20:15:18
•
回复:回复:回复:那你倒是说一说你的难题啊
-dagger-
♀
(52 bytes)
()
04/08/2007 postreply
20:23:42