Add slash to template

AAZ

Member
How can I add slash to template? I've try following
SELECT * FROM dual
\/
SELECT * FROM dual
/
SELECT * FROM dual
//

and nothing works :mad:
 
For me it puts slash at the same line with the statement

Template
SELECT * FROM dual
/
/

Result
SELECT * FROM dual/
 
Back
Top