Question about like

Поиск
Список
Период
Сортировка
От Cornelia Boenigk
Тема Question about like
Дата
Msg-id 004f01c18cdc$47eb9600$aec1fea9@zwerg98
обсуждение исходный текст
Ответ на Database recovery  (tony <tony@animaproductions.com>)
Список pgsql-general
Merry Christmas and hello everybody

I have a test table with a field called 'name' which have three
entries:
Johanna
Karl
Uwe

If I query this table with
- select name from test where name like 'Uwe';
- select name from test where name like 'U_e';
- select name from test where name like '%e';
or
- select name from test where name like '---';

in all cases pg responds with 0 rows found.

I was expecting another result;-(
Does anybody have a hint or an explanation for this behaviour?
My system is RedHat 7.1 with PostgreSQL 7.1.3

Many thanks
Conni



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

Предыдущее
От: "Serguei Mokhov"
Дата:
Сообщение: [OT] Merry Xmas!
Следующее
От: Joe Conway
Дата:
Сообщение: Re: Question about like