Re: Missing rows in resultset - Mailing list pgsql-general

From björn lundin
Subject Re: Missing rows in resultset
Date
Msg-id 6f6737bd-2650-4e91-a5ff-aaf30d6c91e9@h19g2000yqb.googlegroups.com
Whole thread Raw
List pgsql-general
On 30 Aug, 00:02, björn lundin <b.f.lun...@gmail.com> wrote:

> Or is it just beeing late, and me being blind?
> eyetv=# select * from programmes where title like 'Star*';


It was of course me being blind...

select * from programmes where title like 'Star%';
is the correct way.
Wrong wildcard character '%' instead of '*'
Sorry for the noise

/Björn


pgsql-general by date:

Previous
From: wstrzalka
Date:
Subject: Re: Feature proposal
Next
From: wstrzalka
Date:
Subject: Re: Feature proposal