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 9d3b486 commit 23fa999Copy full SHA for 23fa999
postgres/escaping-a-quote-in-a-string.md
@@ -1,6 +1,6 @@
1
# Escaping A Quote In A String
2
3
-In PostgreSQL, strings (`varchar` and `text`) literals are declared with
+In PostgreSQL, string (`varchar` and `text`) literals are declared with
4
single quotes (`'`). That means that any string containing a single quote as
5
part of the content of the string will need some escaping. The way to escape
6
a single quote is with another single quote.
0 commit comments