[Home] [Help]
View: BIC_TOTAL_CUST_CATEGORY_V
Product: | BIC - Customer Intelligence(Obsolete) |
Description: | This view gets the dimension level names for customer category from bisbv_dimension_levels. |
Implementation/DBA Data: |
Not implemented in this database
|
View Text
SELECT '-1'
, D1.DIMENSION_LEVEL_NAME
FROM BISBV_DIMENSION_LEVELS D1
WHERE D1.DIMENSION_LEVEL_SHORT_NAME = 'TOTAL CUST CATEGORY'
Columns