Re: Missing rows in resultset

Поиск
Список
Период
Сортировка
От björn lundin
Тема Re: Missing rows in resultset
Дата
Msg-id 6f6737bd-2650-4e91-a5ff-aaf30d6c91e9@h19g2000yqb.googlegroups.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: wstrzalka
Дата:
Сообщение: Re: Feature proposal
Следующее
От: wstrzalka
Дата:
Сообщение: Re: Feature proposal