Обсуждение: Re: Missing rows in resultset

Поиск
Список
Период
Сортировка

Re: Missing rows in resultset

От
björn lundin
Дата:
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