Main Tables Views Materialized Views Indexes Constraints Triggers Procedures Functions Packages Sequences Java Sources Sanity Check Index DDL scrips
Description Columns Query Constraints Triggers

RHNUSERTYPECOMMAVIEW

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
USER_IDNUMBER(38)NNONONO 
IDSVARCHAR2(4000)YNONONO 
LABELSVARCHAR2(4000)YNONONO 
NAMESVARCHAR2(4000)YNONONO 

Query:

Legend: comment string keyword reserved word operator
select
    uta.user_id,
    id_join(', ', uta.type_id_t),
    label_join(', ', uta.type_label_t),
    name_join(', ', uta.type_name_t)
from
    rhnUserTypeArray uta