MySQL Error Occured
1054: Unknown column 'added' in 'field list'

QUERY = SELECT CubeCart_cats_idx.cat_id, CubeCart_cats_idx.productId, CubeCart_inventory.active, productCode, quantity, description, length, bpm, image, price, name, remixer, label, exclusive, genre, added, useStockLevel FROM CubeCart_cats_idx INNER JOIN CubeCart_inventory ON CubeCart_cats_idx.productId = CubeCart_inventory.productId WHERE `release`='0' AND `active`='1' && `showin` != 'Pool' AND CubeCart_cats_idx.cat_id = '279' ORDER BY CubeCart_inventory.added DESC