Re: [GENERAL] Accessing records w/&

From: tc lewis <tim(at)iuinc(dot)com>
To: "Jonathan A(dot) Zdziarski" <jonz(at)netrail(dot)net>
Cc: Howie <caffeine(at)toodarkpark(dot)org>, pgsql-general(at)postgreSQL(dot)org
Subject: Re: [GENERAL] Accessing records w/&
Date: 1999-03-19 16:14:09
Message-ID: Pine.LNX.4.04.9903191113010.2899-100000@wopr.iuinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


works fine for more.

select whatever from whatever where whatever='blah&blah';
and
select whatever from whatever where whatever like '%&%';

both return the expected results in psql.

-tcl.

On Fri, 19 Mar 1999, Jonathan A. Zdziarski wrote:

> Oddly when I attempt to do a
>
> SELECT * FROM database WHERE "field" = 'anything with an & sign in it'
>
> it returns nothing.. How do you refer to &'s so that it will return the
> fields?
>
> Thank you,
>
> Jonathan A. Zdziarski
> Sr. Systems Administrator
> Netrail, inc.
> 888.NET.RAIL x240
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message pete collins 1999-03-19 18:29:47 trouble with sum
Previous Message Jonathan A. Zdziarski 1999-03-19 16:09:57 Accessing records w/&