A AAZ Member Dec 28, 2016 #1 How can I add slash to template? I've try following SELECT * FROM dual \/ SELECT * FROM dual / SELECT * FROM dual // and nothing works
How can I add slash to template? I've try following SELECT * FROM dual \/ SELECT * FROM dual / SELECT * FROM dual // and nothing works
Marco Kalter Administrator Staff member Dec 28, 2016 #1 This seems to work: SELECT * FROM dual / / It is only needed for a slash at the end of the template.
A AAZ Member Jan 12, 2017 #1 For me it puts slash at the same line with the statement Template SELECT * FROM dual / / Result SELECT * FROM dual/
For me it puts slash at the same line with the statement Template SELECT * FROM dual / / Result SELECT * FROM dual/
Marco Kalter Administrator Staff member Jan 13, 2017 #1 It works fine for me. Can you let me know which PL/SQL Developer version you are using?