Hi
I need pass prompt values in a query in order to check the performance of the query which BO is generated .
The below is the BO generated like this
For example Table_name.col_nam IN @PROMPT(select etc
How can i write in sql what @prompt is doing there.
Thanks in advance.