Hi,
I have a problem with a simple querry:
select * from
tmissdta.prr000f
WHERE NRPOL in
(
SELECT NRPOL
from TMISSDTA.PRR130F
where nrprs = 01545454
)
I think that the sub-querry is executed for each row ... !
:-S
It take approximatively 150 secondes to be executed!
(And this is not a CORRELATIVE querry! like EXISTS...)
PS: i don't want to use a JOIN , because it will be an UPDATE querry ...
Best regards,
JF Delges, Belgium
I have a problem with a simple querry:
select * from
tmissdta.prr000f
WHERE NRPOL in
(
SELECT NRPOL
from TMISSDTA.PRR130F
where nrprs = 01545454
)
I think that the sub-querry is executed for each row ... !
:-S
It take approximatively 150 secondes to be executed!
(And this is not a CORRELATIVE querry! like EXISTS...)
PS: i don't want to use a JOIN , because it will be an UPDATE querry ...
Best regards,
JF Delges, Belgium