|
-
query tuning or give alternate solution- plz
hi friends,
if i use the following query it hangs.
select * from rm_stkfile where piece_no not in(
select piece_no from rm_purdetl);
here rm_purdetl table consistis of around 74000 rows.
rm_stkfile consists of around 50000 rows.
piece_no is common column in both tables.
what is alternate solution for this.
thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|