Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

inner join between cluster tables

Former Member
0 Likes
689

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
582

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

3 REPLIES 3
Read only

Former Member
0 Likes
583

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

Read only

Former Member
0 Likes
582

Hi ,

In This case Used Select for all entries .

Regards,

Nihar Swain .

Read only

Former Member
0 Likes
582

Hi,

U can't use join on cluster and pooled tables...

better u use for all entries......

Reward if useful,

Thanks,

Gaurav Mittal