I have table named Master
which contains a column outtablename
that has data which are also table names having columns score
and more. I want to fetch data from these tables dynamically.
Master
table:
outtablename
==============
fte
wdp
and fte
have data like below
fte
table:
sku score
=============
1 23
2 34
And I want to access data in fte
dynamically