Re: SQL guru needed

From: tolik(at)aaanet(dot)ru (Anatoly K(dot) Lasareff)
To: felipe(dot)alvarez(at)qlsoft(dot)cl
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SQL guru needed
Date: 2000-08-02 08:18:08
Message-ID: 86ittkqdof.fsf@tolikus.hq.aaanet.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>>>>> "FAH" == Felipe Alvarez Harnecker <felipe(at)qlsoft(dot)cl> writes:

FAH> Hi,

FAH> i wonder if it is possible to do something like

FAH> SELECT foo FROM bar WHERE foobar IN ( 'some_regular_expresion1',
FAH> 'some_regular_expresion2', ... )

My mind: this is impossible in Postgres. Pehaps

SELECT foo FROM bar WHERE
foobar ~ 'some_regular_expresion1' or
foobar ~ 'some_regular_expresion2' or
foobar ~ 'some_regular_expresion3'

is your goal?

--
Anatoly K. Lasareff Email: tolik(at)aaanet(dot)ru

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Holger Klawitter 2000-08-02 08:59:28 Re: copy with libpq?
Previous Message Jerome Raupach 2000-08-02 07:55:20 copy with libpq?