‎2008 Apr 10 9:37 AM
Hi,
i wont to do Join on pooled table and i have error what is wrong?
Regards
‎2008 Apr 10 9:40 AM
u cann't join pooled tables.
u can join only transparent tables.
‎2008 Apr 10 9:40 AM
u cann't join pooled tables.
u can join only transparent tables.
‎2008 Apr 10 9:42 AM
You cannot use a join on a pool or clustered table...
suppose you have table A and B..
Between A and B, join is not possible
So, select data from table A into itab_a
then select data from table B for all entries in itab_a where condn.