Hi All,
Can any one provide me with some suggestion how to force db2 to select an index
i have a following sql for which there is a full table scan even though we have index matching the where clause
SELECT T9222.CNNO,
T9222.TRANNO,
T1015.CTRIBADT
FROM DB2LPP.TLP9222 T9222,DB2LPP.TLP9015 T1015
WHERE T9222.TRTYP = 'AL'
AND T9222.TRSTATCD IN ('SM','SI','WB','FL')
AND T9222.TRANNO = T1015.TRANNO