how to modify sql at run time
Is there any way to modify sql at run time? For example, I would like to allow users to enter a parameter before submitting a report and then modify Select and/or From clause based on the value they entered. This feature is available in Oracle Reports and we use it extensively.
0