Thread: query with LIKE
Hi all! Can anyone get me particular description of LIKE operator. Regards Nina.
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
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
[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
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 ************