Update wiki pages.
This commit is contained in:
parent
518ff49a77
commit
c78ca8a876
17 changed files with 105 additions and 81 deletions
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
The PostgreSQL INSERT statement is used to insert a single record or multiple records
|
||||
INSERT statement is used to insert a single record or multiple records
|
||||
into a table. More about PostgreSQL INSERT statement can be found here: https://www.postgresql.org/docs/11/sql-insert.html
|
||||
|
||||
Following clauses are supported:
|
||||
|
|
@ -121,7 +121,6 @@ insertStmt := Link.INSERT(Link.ID, Link.URL, Link.Name, Link.Description).
|
|||
dest := []model.Link{}
|
||||
|
||||
err := insertStmt.Query(db, &dest)
|
||||
|
||||
```
|
||||
|
||||
Use `ExecContext` and `QueryContext` to provide context object to execution.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue