Re: Wild Cards

From: Josh Rovero <provero(at)home(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Wild Cards
Date: 2001-01-26 01:12:35
Message-ID: 3A70CF02.5090904@home.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Browse pgsql-general by date

  From Date Subject
Next Message Kyle 2001-01-26 02:45:59 DBD::Pg using int2 / smallint
Previous Message adb 2001-01-26 00:51:37 how do I test conditions inside a stored procedure/function