Hi All,
I have table temp which having 3 columns Id, date_ and actual_values.
I need to transpose date_ column's values in columns and the actual_values column's values should be associate to date_ column and ID coulmn shoul be same..
But I need to pass two paraters to the query as date. min and max date and need to show only those records which comes under the date.
Thanks