Skip to content

Commit 70979be

Browse files
committed
sql-parser: update progress
1 parent f140148 commit 70979be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,10 @@ The items were taken from the official SQLite documentation
5858

5959
### Advanced statements
6060

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

6363
1. [values-stmt](https://www.sqlite.org/syntax/select-core.html) ✅
64-
1. [result-columns](https://www.sqlite.org/syntax/result-column.html)
64+
1. [result-columns](https://www.sqlite.org/syntax/result-column.html) ✅
6565
1. [table-or-subquery](https://www.sqlite.org/lang_select.html#tablename)
6666
1. [join-clauses](https://www.sqlite.org/syntax/join-clause.html)
6767
1. [where-group-by-having-clause](https://www.sqlite.org/lang_select.html#where)

0 commit comments

Comments
 (0)