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
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
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2024 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy