We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e57fcbd commit a9161e3Copy full SHA for a9161e3
docs/SQL.Template.md
@@ -16,8 +16,8 @@ SQL Template Transpiler.
16
17
Allows PipeScript to generate SQL.
18
19
-Because SQL Scripts only allow single-line comments, this is done using a pair of comment markers.
20
-
+PipeScript can be embedded in multiline form: `/*{...}*/` or single line form:
+
21
-- { or -- PipeScript{ begins a PipeScript block
22
23
-- } or -- }PipeScript ends a PipeScript block
0 commit comments