Subject | Re: [ib-support] Why is this select not using the index??? |
---|---|
Author | Ivan Prenosil |
Post date | 2001-12-13T15:17:55Z |
Or put the sub-query
http://www.volny.cz/iprenosil/interbase
> (select b.PP_PRICECODE from partprice bdirectly into SP.
> where (b.pp_part = a.part)) as pp_code
> select SOURCE, PART, WAREHOUSE, CONDITION, NOTESFLAG,Ivan
> DESCR, QTY, ONORDER, AVG_COST, PRICE, ORGIN,
> WHOLEPRICE, RETAILPRICE, WEIGHT, LOC1, LOC2, SLOW, pp_code
> from spviewparts('902090', 'T', 'F', 'F') a
> order by SortOrder, qty desc, part, warehouse, condition
http://www.volny.cz/iprenosil/interbase