If the input parameter recieves 'COLUMNA' as input, then I need to display the values from COLUMNA.
why you dont use dynamic sql ? You can send column names dynamically ![]()
EXEC'SELECT'||:colname||'from CALC_VIEW'.
If the input parameter recieves 'COLUMNA' as input, then I need to display the values from COLUMNA.
why you dont use dynamic sql ? You can send column names dynamically ![]()
EXEC'SELECT'||:colname||'from CALC_VIEW'.