DBA Data[Home] [Help]

VIEW: SYS.KU$_TTS_IDXVIEW

Source

View Text - Preformatted

SELECT i.bo#, NULL, ts.name, ts.ts#
    FROM  sys.ind$ i, sys.ts$ ts
    WHERE  (BITAND (i.property,2)!=2) and
           i.ts# = ts.ts#
View Text - HTML Formatted

SELECT I.BO#
, NULL
, TS.NAME
, TS.TS#
FROM SYS.IND$ I
, SYS.TS$ TS
WHERE (BITAND (I.PROPERTY
, 2)!=2) AND I.TS# = TS.TS#