mirror of
https://github.com/jbranchaud/til
synced 2026-01-05 08:08:02 +00:00
Fix a pluralization error
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Escaping A Quote In A String
|
# Escaping A Quote In A String
|
||||||
|
|
||||||
In PostgreSQL, strings (`varchar` and `text`) literals are declared with
|
In PostgreSQL, string (`varchar` and `text`) literals are declared with
|
||||||
single quotes (`'`). That means that any string containing a single quote as
|
single quotes (`'`). That means that any string containing a single quote as
|
||||||
part of the content of the string will need some escaping. The way to escape
|
part of the content of the string will need some escaping. The way to escape
|
||||||
a single quote is with another single quote.
|
a single quote is with another single quote.
|
||||||
|
|||||||
Reference in New Issue
Block a user