Re: Appended '+' in Column Value

From: Rich Shepard <rshepard(at)appl-ecosys(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Appended '+' in Column Value
Date: 2014-08-22 22:03:33
Message-ID: alpine.LNX.2.11.1408221502540.2751@localhost
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Sat, 23 Aug 2014, Ian Barwick wrote:

> You have a newline character. Try:
> select count(*) from benthos where stream = E'StarvationCrk\n';

Ian,

Interesting; that query returned 202 of 204 rows.

Thanks,

Rich

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rich Shepard 2014-08-22 22:08:05 Re: Appended '+' in Column Value
Previous Message Adrian Klaver 2014-08-22 21:58:29 Re: Appended '+' in Column Value