We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a914d commit 496a8aaCopy full SHA for 496a8aa
1 file changed
README.md
@@ -82,6 +82,9 @@ SELECT $(Columns) FROM Foo;
82
83
Preprocessor directives are case-insensitive.
84
85
+Variable names are case-insensitive. A variable name must start with a letter
86
+or underscore and may contain letters, digits, underscores, and hyphens.
87
+
88
A `GO` batch separator must appear the the beginning of a line.
89
No other content may appear on that line.
90
0 commit comments