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 df42e5a commit 2ba4167Copy full SHA for 2ba4167
doc/usage_guide.md
@@ -132,14 +132,15 @@ SELECT *
132
133
```sql
134
SELECT "Name", "DepartmentID"
135
-......FROM "HumanResources"."Department" as hr;
+......FROM "HumanResources"."Department" as hr
136
```
137
138
-4. To execute your multi-line query, add a semi-colon **;** at the end of the last line of your query, then press **Enter** key
+4. To execute your multi-line query, add **GO** on a new-line, then press **Enter** key
139
140
141
142
143
+......GO
144
145
146
## Environment Variables
0 commit comments