Hi all,
I am having a Scenario like this:
I'm having a Separate table which has Queries in a column. For eg: Table->Detail
Column->Qry
Data-> row1->select count(*) from employee
row2->select count(*) from manager
i.e., in Detail table, in Qry Column, i'm storing that two queries.
Is there any transformation, which takes the Queries which are available in Qry column and execute it and save the count values in another table which is in same database???
Your answers are Welcome!!
Thanks in Advance!!