Welcome Guest, you are in: Login

devio dbscript ScrewTurn Wiki

RSS RSS

Navigation





Search the wiki
»

PoweredBy

Page History: OE PRODUCT_PRICES (view)

Compare Page Revisions



« Older Revision - Back to Page History - Current Revision


Page Revision: 2010/06/24 07:59


wikibot

ViewOE.PRODUCT_PRICES

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

References

Dependency TypeObject TypeReferenced Object
SelectTableOE.PRODUCT_INFORMATION

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