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 a9161e3 commit 96b37f5Copy full SHA for 96b37f5
Transpilers/Templates/SQL.Template.psx.ps1
@@ -4,8 +4,12 @@
4
.DESCRIPTION
5
Allows PipeScript to generate SQL.
6
7
- PipeScript can be embedded in multiline form: `/*{...}*/` or single line form:
8
-
+ PipeScript can be embedded in multiline or singleline format
+
9
+ In multiline format, PipeScript will be embedded within: `/*{...}*/`
10
11
+ In single line format
12
13
-- { or -- PipeScript{ begins a PipeScript block
14
15
-- } or -- }PipeScript ends a PipeScript block
0 commit comments