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

RHNORGCHANNELFAMILYPERMISSIONS

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
CHANNEL_FAMILY_IDNUMBER(38)YNONONO 
ORG_IDNUMBER(38)YNONONO 
CREATEDTIMESTAMP(6) WITH LOCAL TIME ZONEYNONONO 
MODIFIEDTIMESTAMP(6) WITH LOCAL TIME ZONEYNONONO 

Query:

Legend: comment string keyword reserved word operator
select	pcf.channel_family_id,
		u.org_id as org_id,
		pcf.created,
		pcf.modified
	from	rhnPublicChannelFamily pcf,
		web_contact u
	union
	select	channel_family_id,
		org_id,
		created,
		modified
	from	rhnPrivateChannelFamily