Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/en/guides/54-query/02-advanced/stored-procedure.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A stored procedure is a set of executable commands or logic blocks stored within

## Supported Languages

**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.
**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.

## Limitations

Expand Down Expand Up @@ -62,4 +62,3 @@ CALL PROCEDURE sum_even_numbers(1, 10);
│ 30 │
└────────┘
```

47 changes: 0 additions & 47 deletions docs/en/sql-reference/00-sql-reference/42-lambda-expressions.md

This file was deleted.

Loading
Loading