Skip to content

Commit 1dff73e

Browse files
authored
docs: consolidate stored procedure scripting reference (#2877)
1 parent 53abccc commit 1dff73e

File tree

15 files changed

+667
-507
lines changed

15 files changed

+667
-507
lines changed

docs/en/guides/54-query/02-advanced/stored-procedure.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ A stored procedure is a set of executable commands or logic blocks stored within
77

88
## Supported Languages
99

10-
**Databend currently supports [SQL Scripting](/sql/sql-reference/sql-scripting) only**. Using SQL scripting, users can define procedures with control flow constructs like loops (FOR, WHILE, REPEAT) and conditionals (IF, CASE), enabling complex logic and effective multi-step operations.
10+
**Databend currently supports [SQL Scripting](/sql/stored-procedure-scripting/) only**. Using SQL scripting, users can define procedures with control flow constructs like loops (FOR, WHILE, REPEAT) and conditionals (IF, CASE), enabling complex logic and effective multi-step operations.
1111

1212
## Limitations
1313

@@ -62,4 +62,3 @@ CALL PROCEDURE sum_even_numbers(1, 10);
6262
│ 30 │
6363
└────────┘
6464
```
65-

docs/en/sql-reference/00-sql-reference/42-lambda-expressions.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)