Skip to content

Commit 01c878f

Browse files
committed
sql-parser: update README.md (2)
1 parent a43d909 commit 01c878f

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

README.md

+12-7
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,18 @@ The items were taken from the official SQLite documentation
5656
1. [attach-stmt](https://www.sqlite.org/lang_attach.html) ✅
5757
1. [alter-table-stmt](https://www.sqlite.org/lang_altertable.html) ✅
5858

59-
### Advanced statements ![progress](https://progress-bar.xyz/0/?scale=19&suffix=%%%20(0%20of%2019)&width=140)
60-
61-
#### SELECT Statement ![progress](https://progress-bar.xyz/0/?scale=4&suffix=%%%20(0%20of%204)&width=140)
62-
1. indexed-by-part
63-
1. window-functions-part
64-
1. select-stmt
65-
1. with-clause-part (CTE)
59+
### Advanced statements
60+
61+
#### SELECT Statement ![progress](https://progress-bar.xyz/0/?scale=8&suffix=%%%20(0%20of%208)&width=140)
62+
63+
1. [result-columns](https://www.sqlite.org/syntax/result-column.html)
64+
1. [table-or-subquery](https://www.sqlite.org/lang_select.html#tablename)
65+
1. [join-clauses](https://www.sqlite.org/syntax/join-clause.html)
66+
1. [where-group-by-having-clause](https://www.sqlite.org/lang_select.html#where)
67+
1. [window-functions-part](https://www.sqlite.org/syntax/window-defn.html)
68+
1. [order-by-and-limit-clause](https://www.sqlite.org/lang_select.html#orderby)
69+
1. [common-table-expressions](https://www.sqlite.org/syntax/common-table-expression.html)
70+
1. [select-stmt](https://www.sqlite.org/syntax/select-stmt.html)
6671

6772
#### INSERT Statement ![progress](https://progress-bar.xyz/0/?scale=5&suffix=%%%20(0%20of%205)&width=140)
6873
1. on-conflict-clause-part

0 commit comments

Comments
 (0)