Skip to content

Commit 832ffb2

Browse files
author
Marco
committed
latest
1 parent 6b4c82a commit 832ffb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/src/user-docs/guides-using-presto.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,10 @@ SELECT foo.bar FROM default LIMIT 1;
206206
The CLP webUI is available at [http://localhost:4000](http://localhost:4000) (if you changed
207207
`webui.host` or `webui.port` in `etc/clp-config.yml`, use the new values).
208208

209+
:::note
210+
The WebUI can only run one query at a time, and queries must not include a `;`.
211+
:::
212+
209213
### Querying from the Presto CLI
210214

211215
To access the Presto CLI, navigate to the `tools/deployment/presto-clp` directory in a new terminal.

0 commit comments

Comments
 (0)