Hi
I have a Procedure which returns a table with sorting
For example
Select * from Table1 order by col1 Desc;
But I want to Pass ASC or DESC Sort order as input param.
Based on the Input param it should sort Dynamically.
Please help me.
Hi
I have a Procedure which returns a table with sorting
For example
Select * from Table1 order by col1 Desc;
But I want to Pass ASC or DESC Sort order as input param.
Based on the Input param it should sort Dynamically.
Please help me.