Executing the following query in a SQL Window (simplified for testing):
will prompt me with a "Variables" window, asking me to specify a value for B.
Is there a way to suppress variable substitution in a SQL Window, so the above SQL executes without prompting for a value?
Thank you in advance.
Ivan C.
Code:
SELECT * FROM dual WHERE 'A&B' = 'A&B';
Is there a way to suppress variable substitution in a SQL Window, so the above SQL executes without prompting for a value?
Thank you in advance.
Ivan C.