Обсуждение: query with LIKE

Поиск
Список
Период
Сортировка

query with LIKE

От
Nina Kuznetsova
Дата:
Hi all! Can anyone get me particular description of LIKE operator.
Regards Nina.

Re: [GENERAL] query with LIKE

От
Karel Zak - Zakkr
Дата:

On Wed, 12 Jan 2000, Nina Kuznetsova wrote:

> Hi all! Can anyone get me particular description of LIKE operator.
> Regards Nina.

 Why? Is description in current PostgreSQL documentation insufficient?

                        Karel


Re: [GENERAL] query with LIKE

От
Marcin Mazurek - Multinet SA - Poznan
Дата:
On Wed, 12 Jan 2000, Nina Kuznetsova wrote:

> Hi all! Can anyone get me particular description of LIKE operator.
> Regards Nina.

select names from workers where first_name LIKE 'nina';:)

mazek


Re: [GENERAL] query with LIKE

От
Bruce Momjian
Дата:
[Charset koi8-r unsupported, filtering to ASCII...]
> Hi all! Can anyone get me particular description of LIKE operator.
> Regards Nina.
>
> ************
>
>

See my book on the web documentation page.  It has a section about LIKE
with examples.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

RE: [GENERAL] query with LIKE

От
"Barnes"
Дата:
And it is very well done, I might add.

Barnes


-----Original Message-----
From: owner-pgsql-general@postgreSQL.org
[mailto:owner-pgsql-general@postgreSQL.org]On Behalf Of Bruce Momjian
Sent: Wednesday, January 12, 2000 9:19 AM
To: Nina Kuznetsova
Cc: pgsql-general@postgreSQL.org
Subject: Re: [GENERAL] query with LIKE


[Charset koi8-r unsupported, filtering to ASCII...]
> Hi all! Can anyone get me particular description of LIKE operator.
> Regards Nina.
>
> ************
>
>

See my book on the web documentation page.  It has a section about LIKE
with examples.

--
  Bruce Momjian                        |  http://www.op.net/~candle
  maillist@candle.pha.pa.us            |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

************