| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.theory -> Re: replace subquery with left join
Finally!
I've got a solution which satisfies me needs.
It's based on Igor's proposal:
First I create a view in a temporary library (QTEMP in DB2),
then I get the date from that view. The whole operation
lasts about 6 seconds and NULLs are also in the result.
The only disadavantage is that I have to use SQL-Pass-Through. So I can't store the view-definition of the result in a local FoxPro-database and I have to put the code in every application where I need the prices.
But speed is more important. :-)
Thanks to everybody who participated!
-Hans Received on Mon Nov 11 2002 - 09:38:52 CST
![]() |
![]() |