On Thursday 02 April 2009 2:51:30 am Volkmar Herbst wrote:
> Dear all-
>
> I encountered the following problem:
>
>
>
> select * from parcel where number = '255 '
>
> gives me 1 row but
>
>
>
> select * from parcel where number = '255 ' ::text
>
> does give me 0 rows. The cast removes the trailing
Dear all-
I encountered the following problem:
select * from parcel where number = '255 '
gives me 1 row but
select * from parcel where number = '255 ' ::text
does give me 0 rows. The cast removes the trailing empty character.
Why is that? Unfortunately the statements are generate