Hi,
Can you help me how to fetch multicolumn index columns table vice.
From dbc.indices we will get o/p as below:
==============================
DBName TBName IndexType Columnname
ABC Table1 P ID1
ABC Table1 P ID2
But need the O/P as below:
===================
DBName TBName IndexType Columnname
ABC Table1 P ID1, ID2
=============================================
Kindly help me the SQL Query.
Forums: