ok, i have a mysql query,
(CREATE VIEW `Book`.`view` AS
SELECT ID, Description, Size, Pack, List, Net, Discount, NetBtl, SRP, Vendor, Date, CONCAT(ROUND((srp-netbtl)*100/srp),'%') as GPM FROM Products;)
and i need to add in the formulas (List-Discount=Net)and (Net/Pack=NetBtl) along with it...