Re: problems with single quotes..

From: "Megalex" <megalex(at)klanomega(dot)com>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: problems with single quotes..
Date: 2001-01-04 19:50:01
Message-ID: 003401c07687$8631ff60$0301a8c0@klanomega.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

i already tried escaping it.. but the problem is
with the singlequote-backslash-singlequote combinations..

----- Original Message -----
From: "Horst Herb" <hherb(at)malleenet(dot)net(dot)au>
To: "Megalex" <megalex(at)klanomega(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Sent: Sunday, December 02, 2001 1:44 AM
Subject: Re: [SQL] problems with single quotes..

> On Friday 05 January 2001 05:57, Megalex wrote:
>
> > everytime i try to run an insert and my text contains '\'
> > it fails..
>
> > Insert Into table(userID,FirstName,LastName) values(1,'''\''','test')
> > and i get this message...
>
> > how can i fix this??
>
> by escaping the '\'
> try
> Insert Into table(userID,FirstName,LastName) values(1,'\\','test')
> ant it will work
>
> CHeers,
> HOrst

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Julio Cuz, Jr. 2001-01-04 20:52:13 GUI interface
Previous Message Megalex 2001-01-04 18:57:19 problems with single quotes..