Skip to content

Commit

Permalink
Update `_posts/2022-02-25-escape-the-underscore-and-the-percent-when-…
Browse files Browse the repository at this point in the history
…searching-by-like-ilike-expressions-in-postgresql.md`
  • Loading branch information
holocron.so committed Sep 7, 2024
1 parent 98a9b84 commit 549defc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
height: 500
---

To escape the underscore and the percent to be used in a pattern in like expressions use the escape character (`\`):
To escape the underscore and the percent to be used in a pattern in like expressions, use the escape character (`\`):

```sql
SELECT * FROM users WHERE name LIKE '\_';
Expand Down

0 comments on commit 549defc

Please sign in to comment.