SQL Special Characters

From: Charles Tassell <ctassell(at)isn(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: SQL Special Characters
Date: 2000-04-05 21:00:23
Message-ID: 4.2.0.58.20000405175757.00a418c0@mailer.isn.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Can anyone point me to a list of the special characters for SQL
strings? Ie, when I do a WHERE textstring = '12%' the % is a special
character, and has to be escaped with a backslash. I'm looking for a list
of all such characters. The ones I know of are ', \, and %, but I'm
sure that there are more.

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Stolk 2000-04-05 21:30:35 "cannot create TABLE_NAME" error
Previous Message Paul Rudolf 2000-04-05 20:57:33 to SQL or not?