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

RHNSERVERERRATATYPEVIEW

DDL script

Columns

NameTypeNullableInsertableUpdatableDeletableComment
SERVER_IDNUMBER(38)NNONONO 
ERRATA_IDNUMBER(38)YNONONO 
ERRATA_TYPEVARCHAR2(32)NNONONO 

Query:

Legend: comment string keyword reserved word operator
SELECT
    	SNEC.server_id,
	SNEC.errata_id,
	E.advisory_type
FROM    rhnErrata E,
    	rhnServerNeededErrataCache SNEC
WHERE   E.id = SNEC.errata_id
GROUP BY SNEC.server_id, SNEC.errata_id, E.advisory_type