Dear APE Team,
When I run following query under SQL Commands @ apex.oracle.com,
SELECT * FROM DUAL WHERE :P1_BIND = 'a,b';
and when I enter the value of bind variable as
a,b in the prompt window, then automatically its getting converted into
a and the result is
No data found
I think it's trying to escape
comma and somehow its not working fine. Can you please look into this.
Please advise me if I am missing something. Thank you very much!
Regards,
Hari