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 6b4c82a commit 832ffb2Copy full SHA for 832ffb2
docs/src/user-docs/guides-using-presto.md
@@ -206,6 +206,10 @@ SELECT foo.bar FROM default LIMIT 1;
206
The CLP webUI is available at [http://localhost:4000](http://localhost:4000) (if you changed
207
`webui.host` or `webui.port` in `etc/clp-config.yml`, use the new values).
208
209
+:::note
210
+The WebUI can only run one query at a time, and queries must not include a `;`.
211
+:::
212
+
213
### Querying from the Presto CLI
214
215
To access the Presto CLI, navigate to the `tools/deployment/presto-clp` directory in a new terminal.
0 commit comments