What is the Escape character for SQL snippet file
Asked Answered
F

2

5

I am writing a SQL Snippet in VS2010 and I want to have "$" as a character inside the SQL Snippet, but the way the snippet recognize a variable is by bounding a word with "$". EX: $var1$

Anybody know what the escape character is for SQL Snippet in VS2010, so it won't think of it as a variable by mistake?

Thank You.

Fokine answered 28/4, 2011 at 18:45 Comment(0)
O
5

You should be able to escape it by doubling it - try $$.

Overexpose answered 28/4, 2011 at 18:49 Comment(0)
L
4

© 2022 - 2024 — McMap. All rights reserved.