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 faa746f commit 1929699Copy full SHA for 1929699
_posts/2025-03-12-duckdb-ui.md
@@ -36,7 +36,7 @@ duckdb -ui
36
37
You can also run the following SQL command from a [DuckDB client]({% link docs/stable/clients/overview.md %}) (e.g., CLI, Python, Java, etc.):
38
39
-```sql
+```plsql
40
CALL start_ui();
41
```
42
0 commit comments