【发布时间】:2015-04-28 11:45:45
【问题描述】:
我的桌子:
orders:
id | date | customerid
orderDetail:
orderId | Quantity | productId
还有客户、产品表。
输出:
orderDetail中存在产品列表;
Example output:
productname | customername | orderid | Quantity
p1 | c3 | 4 | 5000
p2 | c2 | 1 | 1010
p3 | c5 | 12 | 200
什么是查询?
【问题讨论】: