‎2007 Sep 06 8:19 AM
HI experts
i have used inner join between cdpos and cdhdr tables.
it says that, not able to put inner join within cluster tables.
how can we process join with these two tables.
Thanks in advance.
Regards
Rajram
‎2007 Sep 06 8:26 AM
hi
Cluster tables are generally contain large volume of data and it is mainly used for control data rather than application data.
You can not perform JOINs on Cluster tables.
secondary index is not created for thode tables,so v r not using select query also.
so no way to write inner join or for all.......
reward if helpful
vivekanand
‎2007 Sep 06 8:26 AM
hi
Cluster tables are generally contain large volume of data and it is mainly used for control data rather than application data.
You can not perform JOINs on Cluster tables.
secondary index is not created for thode tables,so v r not using select query also.
so no way to write inner join or for all.......
reward if helpful
vivekanand
‎2007 Sep 06 8:40 AM
Hi ,
In This case Used Select for all entries .
Regards,
Nihar Swain .
‎2007 Sep 06 8:42 AM
Hi,
U can't use join on cluster and pooled tables...
better u use for all entries......
Reward if useful,
Thanks,
Gaurav Mittal