SELECT o.id AS orderID, o.shiptotal AS fPostageCost, CONCAT(o.dateyear,'-',o.datemonth,'-',o.dateday) AS dReceievedDate, o.ordertotal AS fTotalCharge, o.taxctotal AS fTax, 'GBP' AS cCurrency, '' AS PostalServiceTag, o.id AS ReferenceNum, CONCAT(oi.fname,' ',oi.lname) AS cFullName, o.customtwo AS cShippingAddress, oi.postalcode AS cPostCode, oi.country AS Country, o.email AS cEmailAddress, '' AS PackagingGroup, o.customone AS addCompany, CONCAT(oi.fname,' ',oi.lname) AS addName, oi.addone AS addAddress1, CONCAT(oi.addtwo,', ',oi.addthree) AS addAddress2, oi.city AS addTown, oi.stateprov AS addCounty, oi.country AS addCountry, oi.postalcode AS addPostCode, o.phone AS CustomerPhoneNumber
FROM ecom_orders o, ecom_orderitems oi WHERE status = 'NS' AND o.id = oi.orderid GROUP BY o.id
Experts Exchange always has the answer, or at the least points me in the correct direction! It is like having another employee that is extremely experienced.
When asked, what has been your best career decision?
Deciding to stick with EE.
Being involved with EE helped me to grow personally and professionally.
Connect with Certified Experts to gain insight and support on specific technology challenges including:
We've partnered with two important charities to provide clean water and computer science education to those who need it most. READ MORE