wellster34
Programmer
Hi,
In PL/SQL, the & is used to a variable holder. So, if you tried to make a variable like:
test_tx := 'Test one & two';
it asks for the value of two when trying to execute the code.
Is there a way to make PL/SQL accept the text as is? So, basically ignoring the & so that the text keeps its original value?
Thanks for your time.
In PL/SQL, the & is used to a variable holder. So, if you tried to make a variable like:
test_tx := 'Test one & two';
it asks for the value of two when trying to execute the code.
Is there a way to make PL/SQL accept the text as is? So, basically ignoring the & so that the text keeps its original value?
Thanks for your time.