Hi,
I want to convert column of respective table into rows of all the table of database
suppose emp table have col1,col2 and col3 column
and dept column have col1,col2,col3,col4 column
my output like
Table_name | Column List |
Emp | col1,col2,col3 |
Dept | col1,col2,col3,col4 |
regards,
Vipin jha
Thankx & regards, Vipin jha MCP