Re: Wild Cards - Mailing list pgsql-general

From Josh Rovero
Subject Re: Wild Cards
Date
Msg-id 3A70CF02.5090904@home.com
Whole thread Raw
List 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 by date:

Previous
From: "Brian E. Pangburn"
Date:
Subject: Re: [General] Comments
Next
From: nfj@radix.com
Date:
Subject: The type int8 and the use of indexes