Re: Wild Cards

Поиск
Список
Период
Сортировка
От Josh Rovero
Тема Re: Wild Cards
Дата
Msg-id 3A70CF02.5090904@home.com
обсуждение исходный текст
Список pgsql-general
select * from testdata where key like '%substring%';

It uses regular expression form, not file glob form.
Try percent signs before and after the substring
you want to match.

wrote:

> I am not able to get Wildcards in PostgreSQL, I know its * (asterisk), but
> its not working. can someone show me a example or something?


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

Предыдущее
От: "Brian E. Pangburn"
Дата:
Сообщение: Re: [General] Comments
Следующее
От: nfj@radix.com
Дата:
Сообщение: The type int8 and the use of indexes