| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> process long time query!
I tried to run query but it takes forever (each table has 1 miillon rows).
Do you know any way to rewrite this query to make faster?
"create table NO_BASE_DATE_PRICE as
select ItemCode, IndexCode, ItemBaseDate
from CELL_MAP
where (ItemCode, IndexCode, ItemBaseDate)
not in (select ItemCode, IndexCode, IndexRefMonth
from CALC_PRICE);"
Thanks,
CH
Received on Tue Jan 28 2003 - 10:27:00 CST
![]() |
![]() |