I am trying to join 20 table with almost 6 joining condition between each tables. Each table has differenct coulmn count approx 280. each table has four composite primary key.Common for all 20 tables. While executing query not able to get the column form all the table.
it seems there is some joining limit or may be final table is having some column count limit .
Please suggest some solution to combine there table and get the desired result.
Hoping for suggestions.
Thanks in advance..