ScrewTurn Wiki

Edit

wikibot

ViewOE.PRODUCT_PRICES

Edit

Source

CREATE OR REPLACE VIEW OE.PRODUCT_PRICES AS 
SELECT category_id
,      COUNT(*)        as "#_OF_PRODUCTS"
,      MIN(list_price) as low_price
,      MAX(list_price) as high_price
FROM   product_information
GROUP BY category_id

ScrewTurn Wiki version 2.0.36. Some of the icons created by FamFamFam.