Skip to content

Commit d8431c7

Browse files
committed
sql_parser: Update README.md project progress
1 parent 5f62f30 commit d8431c7

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

+6-7
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,13 @@ The items were taken from the official SQLite documentation
6060

6161
#### SELECT Statement ![progress](https://progress-bar.xyz/5/?scale=9&suffix=%%%20(5%20of%209)&width=140)
6262

63-
1. [values-stmt](https://www.sqlite.org/syntax/select-core.html) ✅
64-
1. [result-columns](https://www.sqlite.org/syntax/result-column.html) ✅
65-
1. [table-or-subquery](https://www.sqlite.org/lang_select.html#tablename) ✅
66-
1. [join-clauses](https://www.sqlite.org/syntax/join-clause.html) ✅
67-
1. [where-group-by-having-clause](https://www.sqlite.org/lang_select.html#where) ✅
68-
1. [window-functions](https://www.sqlite.org/syntax/window-defn.html)
6963
1. [select-core-stmt](https://www.sqlite.org/syntax/select-core.html)
70-
64+
1. [values-stmt](https://www.sqlite.org/syntax/select-core.html) ✅
65+
1. [result-columns](https://www.sqlite.org/syntax/result-column.html) ✅
66+
1. [table-or-subquery](https://www.sqlite.org/lang_select.html#tablename) ✅
67+
1. [join-clauses](https://www.sqlite.org/syntax/join-clause.html) ✅
68+
1. [where-group-by-having-clause](https://www.sqlite.org/lang_select.html#where) ✅
69+
1. [window-functions](https://www.sqlite.org/syntax/window-defn.html)
7170
1. [with-compound-stmt](https://www.sqlite.org/syntax/factored-select-stmt.html)
7271
1. [order-by-and-limit-clause](https://www.sqlite.org/lang_select.html#orderby)
7372
1. [common-table-expressions](https://www.sqlite.org/syntax/common-table-expression.html)

0 commit comments

Comments
 (0)