Skip to content

Commit

Permalink
point at railroad
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoolmer committed Nov 28, 2024
1 parent 31959d6 commit 61f9497
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions documentation/reference/sql/declare.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,7 @@ This syntax is supported specifically for `SELECT` queries.

## Syntax

```mermaid
graph LR;
A[DECLARE] --> B[@variable]
B --> C[:=]
C --> D[expression]
D --> F[SELECT]
D --> E[,]
E --> B
```
![Flow chart showing the syntax of the DECLARE keyword](/images/docs/diagrams/declare.svg)

## Mechanics

Expand Down

0 comments on commit 61f9497

Please sign in to comment.