Skip to content

Commit

Permalink
mermaids
Browse files Browse the repository at this point in the history
  • Loading branch information
chirst authored Nov 26, 2024
1 parent e16b9e3 commit ae82c2f
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,22 @@ begin(( ))
explain([EXPLAIN])
queryPlan([QUERY PLAN])
select([SELECT])
all[*]
expression([expression])
as([AS identifier])
colSep[","]
from([FROM])
begin --> explain
explain --> queryPlan
queryPlan --> select
begin --> select
explain --> select
select --> all
all --> from
select --> expression
expression --> as
as --> colSep
expression --> colSep
colSep --> expression
expression --> from
from --> table
```

Expand Down

0 comments on commit ae82c2f

Please sign in to comment.