Commit d8431c7 1 parent 5f62f30 commit d8431c7 Copy full SHA for d8431c7
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -60,14 +60,13 @@ The items were taken from the official SQLite documentation
60
60
61
61
#### SELECT Statement ![ progress] ( https://progress-bar.xyz/5/?scale=9&suffix=%%%20(5%20of%209)&width=140 )
62
62
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 )
69
63
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 )
71
70
1 . [ with-compound-stmt] ( https://www.sqlite.org/syntax/factored-select-stmt.html )
72
71
1 . [ order-by-and-limit-clause] ( https://www.sqlite.org/lang_select.html#orderby )
73
72
1 . [ common-table-expressions] ( https://www.sqlite.org/syntax/common-table-expression.html )
You can’t perform that action at this time.
0 commit comments