Re: select * from test where name like 'co_%'

Поиск
Список
Период
Сортировка
От sivapostgres@yahoo.com
Тема Re: select * from test where name like 'co_%'
Дата
Msg-id 1482349013.1084585.1583844541651@mail.yahoo.com
обсуждение исходный текст
Ответы Re: select * from test where name like 'co_%'
Re: select * from test where name like 'co_%'
Список pgsql-general
Hello,

What returns when I run a query like this;

Select * from test where name like 'co_%';

I expect anything that starts with 'co_' and NOT 'co' only.  Am I right?  But I get every names that starts with 'co'. Why ?

Happiness Always
BKR Sivaprakash

В списке pgsql-general по дате отправления:

Предыдущее
От: PegoraroF10
Дата:
Сообщение: Re: How to discover what table is
Следующее
От: Kenneth Marshall
Дата:
Сообщение: Re: select * from test where name like 'co_%'