Skip to content

Commit

Permalink
Update postgresql.md
Browse files Browse the repository at this point in the history
  • Loading branch information
artursouza authored Oct 11, 2023
1 parent b1b3b6d commit e9f22d4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ SELECT * FROM mytable WHERE user_key = 'something';
SELECT * FROM mytable WHERE user_key = $1;
```

> [Relevant XKCD](https://xkcd.com/327/)

### exec

The `exec` operation can be used for DDL operations (like table creation), as well as `INSERT`, `UPDATE`, `DELETE` operations which return only metadata (e.g. number of affected rows).
Expand Down

0 comments on commit e9f22d4

Please sign in to comment.