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

回答: 那你倒是说一说你的难题啊westmont2007-04-08 17:40:46

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- 给 dagger 发送悄悄话 (0 bytes) () 04/08/2007 postreply 20:15:18

回复:回复:回复:那你倒是说一说你的难题啊 -dagger- 给 dagger 发送悄悄话 (52 bytes) () 04/08/2007 postreply 20:23:42

请您先登陆,再发跟帖!