DBA Data[Home] [Help]

VIEW: SYS.KU$_10_1_COMMENT_VIEW

Source

View Text - Preformatted

select t.* from ku$_comment_view t
  where t.base_obj.type_num not in (32,33)
View Text - HTML Formatted

SELECT T.*
FROM KU$_COMMENT_VIEW T
WHERE T.BASE_OBJ.TYPE_NUM NOT IN (32
, 33)