You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sql-cli-guide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ SQL CLI communicates with the remote Server via the gRPC protocol.
53
53
cargo run -p function-stream-cli -- -h <SERVER_HOST> -p <SERVER_PORT>
54
54
```
55
55
56
-
-**Terminal Prompt**: Displays `sql>` after successful connection.
56
+
-**Terminal Prompt**: Displays `function-stream>` after successful connection.
57
57
-**Input Specification**: Supports multi-line input; the system detects statement completion and submits for execution via `;` (semicolon) or parenthesis balancing.
58
58
59
59
---
@@ -131,7 +131,7 @@ DROP FUNCTION go_processor_demo;
131
131
132
132
## 3. REPL Built-in Auxiliary Commands
133
133
134
-
At the `sql>` prompt, in addition to standard SQL statements, the following convenient commands are also supported:
134
+
At the `function-stream>` prompt, the following convenient commands are supported:
0 commit comments