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

ACS3 Data Model

Description Columns Query Constraints Triggers

BBOARD_NEW_ANSWERS_HELPER

Columns

NameTypeNullableInsertableUpdatableDeletableComment
ROOT_MSG_IDVARCHAR2(18.0)YNONONO 
TOPIC_IDNUMBER(38)NYESYESYES 
POSTING_TIMEDATEYYESYESYES 

Query:

select substr(sort_key,1,6) as root_msg_id, topic_id, posting_time from bboard
where refers_to is not null


Generated by OraSchemaDoc, (c) Aram Kananov, 2002