"Joel Fradkin" <jfradkin(at)wazagua(dot)com> writes:
> I also tried a simple select * from tblcase where clientum = 'SAKS'
Try:
explain analyze select * from tblcase where clientum = 'SAKS'
Send the output.
-- greg