i have lots of data which is divided into two or more tables.Then how to fetch the data from all the table.
First table is point table which is divided into three parts
first table = ab_p1_point
second table = ab_p2_point
third table = ab_p3_point
Another table is line table which is again divided into three parts
first table = bc_p1_line
second table = bc_p2_line
third table = bc_p3_line
How to combine all the parts of point tables into single point table and all the parts of line tables into single line table than perform operation between both the tables.