Main Tables Views Indexes Constraints Triggers Procedures Functions Packages Sanity check Index

ACS3 Data Model

Description Columns Query Constraints Triggers

ALL_MEMBER_FIELDS_FOR_GROUP

Columns

NameTypeNullableInsertableUpdatableDeletableComment
GROUP_IDNUMBER(38)YNONONO 
FIELD_NAMEVARCHAR2(200.0)YNONONO 
FIELD_TYPEVARCHAR2(20.0)YNONONO 
SORT_KEYVARCHAR2(41.0)YNONONO 

Query:

select group_id, field_name, field_type, 'a' || sort_key as sort_key
from user_group_type_member_fields ugtmf, user_groups ug
where ugtmf.group_type = ug.group_type
union
select group_id, field_name, field_type, 'b' || sort_key as sort_key
from user_group_member_fields


Generated by OraSchemaDoc, (c) Aram Kananov, 2002