i want to join two or more than 2 tables dynamically..
ie . on the run time itself , user should input the table names and the condition of joining the two tables .
for eg i want to joi pt_mstr and ps_mstr
and the condition is pt_part = ps_mstr
i want to dynamically accept tables at run time and also the joining condition at run time .
tables could be more than 2
ie . on the run time itself , user should input the table names and the condition of joining the two tables .
for eg i want to joi pt_mstr and ps_mstr
and the condition is pt_part = ps_mstr
i want to dynamically accept tables at run time and also the joining condition at run time .
tables could be more than 2