SQL Question about like

Поиск
Список
Период
Сортировка
От pgml@gmx.de
Тема SQL Question about like
Дата
Msg-id 00d20cc2-0c97-8ce7-768a-a2c8bc396d19@gmx.de
обсуждение исходный текст
Ответы Re: SQL Question about like  (Ron <ronljohnsonjr@gmail.com>)
Re: SQL Question about like  (Adrian Klaver <adrian.klaver@aklaver.com>)
Re: SQL Question about like  (Michael Nolan <htfoot@gmail.com>)
Список pgsql-general
Hello,

my SQL question is, why psql doesn't return the record?

create table lll (text char(100));
insert into lll (text) values ('10% - Ersthelfer');

select * from lll where text like '10% - Ersthelfer';

Other databases (Maria, SQL Server, YARD) do this.
What can I do in pg, to get the result?

Thank you and best regards, Martin




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

Предыдущее
От: Ashkar Dev
Дата:
Сообщение: UUID or auto-increment
Следующее
От: Ravi Krishna
Дата:
Сообщение: Re: UUID or auto-increment