A noob question |
12/3/2007 04:27:28 | |
| PHPRunner General questions | ||
|
D
Default author
Hi, |
||
|
J
|
Jane 12/3/2007 |
|
Hi, select Category.id, Products.id Products.code, Price.product, Price.price, input.product, input.number from Category inner join Products on Category.id=Products.code inner join Price on Products.id=Price.product inner join Input on Products.id=Input.product
|
|
|
D
|
Default author 12/3/2007 |
|
Jane, |
|