Commit 01c878f 1 parent a43d909 commit 01c878f Copy full SHA for 01c878f
File tree 1 file changed +12
-7
lines changed
1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -56,13 +56,18 @@ The items were taken from the official SQLite documentation
56
56
1 . [ attach-stmt] ( https://www.sqlite.org/lang_attach.html ) ✅ ;
57
57
1 . [ alter-table-stmt] ( https://www.sqlite.org/lang_altertable.html ) ✅ ;
58
58
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 )
66
71
67
72
#### INSERT Statement ![ progress] ( https://progress-bar.xyz/0/?scale=5&suffix=%%%20(0%20of%205)&width=140 )
68
73
1 . on-conflict-clause-part
You can’t perform that action at this time.
0 commit comments