Viewing 2 posts - 1 through 2 (of 2 total)
to fix my previous script error
SELECT a.BoxId, MAX(b.field1) as value1 , MAX(c.field1) as value2, MAX(d.field1) as value3, MAX(e.field1) as value4
FROM boxes a LEFT JOIN widgets bb ON...
April 30, 2014 at 3:03 am
#1709738
as your desire ,you can do is ,
table address
addressid
address
town
postcode
table customer
customerid
Customer Forename
Customer Surname
Email
table supplier
Supplier ID
Supplier Name
Supplier Tel No
table product
productid
Category
productname
Price
productstock
Stock ID
Stock Description
Qty in Stock
Table order
oderid
orderdate
table orderdetail
orderdetailid
orderid
qty
and the primary key...
April 10, 2012 at 4:36 am
#1471136