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

RHNAVAILABLECHANNELS

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
ORG_IDNUMBER(38)YNONONO 
CHANNEL_IDNUMBER(38)YNONONO 
CHANNEL_DEPTHNUMBER(38)YNONONO 
CHANNEL_NAMEVARCHAR2(256)YNONONO 
CHANNEL_ARCH_IDNUMBER(38)YNONONO 
PADDED_NAMEVARCHAR2(258)YNONONO 
LAST_MODIFIEDTIMESTAMP(6) WITH LOCAL TIME ZONEYNONONO 
CHANNEL_LABELVARCHAR2(128)YNONONO 
PARENT_OR_SELF_LABELVARCHAR2(128)YNONONO 
PARENT_OR_SELF_IDNUMBER(38)YNONONO 

Query:

Legend: comment string keyword reserved word operator
select
     ct.org_id,
     ct.id,
     CT.depth,
     CT.name,
     CT.channel_arch_id,
     CT.padded_name,
     CT.last_modified,
     CT.label,
     CT.parent_or_self_label,
     CT.parent_or_self_id
from
     rhnOrgChannelTreeView CT
UNION ALL
select
     ct.org_id,
     ct.id,
     CT.depth,
     CT.name,
     CT.channel_arch_id,
     CT.padded_name,
     CT.last_modified,
     CT.label,
     CT.parent_or_self_label,
     CT.parent_or_self_id
from
     rhnSharedChannelTreeView CT