Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9f6d0 commit 3f3d572Copy full SHA for 3f3d572
src/SUMMARY.md
@@ -8,6 +8,7 @@
8
- [INSERT]()
9
- [CREATE]()
10
- [DELETE]()
11
+ - [VALUES]()
12
- [Functions](./functions.md)
13
- [CAST](./functions/CAST.md)
14
- [CONVERT]()
@@ -30,5 +31,6 @@
30
31
- [Operation](./concepts/operation.md)
32
- [Column](./concepts/column.md)
33
- [Table]()
34
+ - [Index]()
35
---
36
- [Rust Documentation](./rustdoc.md)
src/statements/SELECT.md
@@ -1,4 +1,8 @@
1
# SELECT
2
+Returns all data requested.
3
+
4
+Fundamentally, gets data from tables to return.
5
+Practically, can manipulate data greatly.
6
7
## Syntax
0 commit comments