|
I didn't catch what version of the OS you are on. But starting in
V6R1 you could create derived keyed indexes. i.e.
*CREATE INDEX* X1 *ON* T1 ( UPPER(COL1) )
As I understand it. If you were to write a query like so...
select * from T1 where COL1 = UPPER(:HostVar)
Then it would use the index created.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.