M mike Member³ Apr 18, 2017 #1 I'm trying to create a sql script template for the command window editor that includes an anonymous block, you know, like: begin -- stuff end; / The forward slash never shows when I use the template. How do I make it show? Thanks! Last edited: Apr 18, 2017
I'm trying to create a sql script template for the command window editor that includes an anonymous block, you know, like: begin -- stuff end; / The forward slash never shows when I use the template. How do I make it show? Thanks!
Marco Kalter Administrator Staff member Apr 19, 2017 #1 To preserve the slash you will need to add an additional slash: begin -- stuff end; / /
M mike Member³ Apr 19, 2017 #1 Thanks! That works. I need to have a blank line after the end or else it won't be on its own line. Not a big deal, but just in case someone else tries. begin --stuff end; / /
Thanks! That works. I need to have a blank line after the end or else it won't be on its own line. Not a big deal, but just in case someone else tries. begin --stuff end; / /