hi,
I am creating a temporary table..
My aim is I have a table namely Emp with columns ID,Name
on Select name from emp
I wil get list of names
Now I want those names as column headers for temporary table
How can I do this
I am creating a temporary table..
My aim is I have a table namely Emp with columns ID,Name
on Select name from emp
I wil get list of names
Now I want those names as column headers for temporary table
How can I do this
Comment