On windows, Slashes are replaced by carriage return in SQL script runner even for sql comments like /* or */.
Example the following line: select /* test */ from dual; is replaced by select * test * from dual;
Regards Pascal
Logged In: NO
Also, a command such as: update empmstr set position = 'Programmer/Analyst' where id = 12345
Creates an line break on the "/" when the script is loaded into Script Runner.
Log in to post a comment.
Logged In: NO
Also, a command such as: update empmstr set position
= 'Programmer/Analyst' where id = 12345
Creates an line break on the "/" when the script is loaded into
Script Runner.