Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanmiehe authored Feb 5, 2020
1 parent 59c11a6 commit d965746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ query := sq.Insert("nodes").
query.QueryRow().Scan(&node.id)
```

You can escape question mask by inserting two question marks:
You can escape question marks by inserting two question marks:

```sql
SELECT * FROM nodes WHERE meta->'format' ??| array[?,?]
Expand Down

0 comments on commit d965746

Please sign in to comment.