DBA Data[Home] [Help]

VIEW: SYS.KU$_TAB_PART_COL_VIEW

Source

View Text - Preformatted

select pc.obj#, pc.intcol#, value(c), pc.pos#, pc.spare1
  from ku$_simple_col_view c, partcol$ pc
  where   pc.obj#=c.obj_num
  and     pc.intcol#=c.intcol_num
View Text - HTML Formatted

SELECT PC.OBJ#
, PC.INTCOL#
, VALUE(C)
, PC.POS#
, PC.SPARE1
FROM KU$_SIMPLE_COL_VIEW C
, PARTCOL$ PC
WHERE PC.OBJ#=C.OBJ_NUM
AND PC.INTCOL#=C.INTCOL_NUM