Select

From: Marcelo Pereira <gandalf(at)sum(dot)desktop(dot)com(dot)br>
To: pgsql-general(at)postgresql(dot)org
Subject: Select
Date: 2002-01-24 13:34:36
Message-ID: Pine.LNX.4.20.0201241131340.21033-100000@ni.hmmg.sp.gov.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello all,

How can I select from a table all the tupples with a specific word?

Ex.: I have a table like this:

1 | 'Jose' Carlos Santos
2 | Maria 'Jose' Pinheiro
3 | Joaquim 'Jose' Castro
4 | Marcelo Pereira Sa
5 | Chuck Hagen
6 | John 'Jose' Pinto

I would like to select all the tupples with the work 'Jose'. So, the
tupples: 1,2,3 and 6.

Thanks in advance,

[ ]'s

Marcelo Pereira

-- Remember that only God and Esc+:w saves.
__
(_.\ Marcelo Pereira |
/ / ___ |
/ (_/ _ \__ Matematica/99 - IMECC |
_______\____/_\___)___Unicamp_______________/

Responses

  • Select at 2002-01-24 14:22:57 from Lee Kindness
  • Re: Select at 2002-01-24 14:29:42 from Bo Lorentsen

Browse pgsql-general by date

  From Date Subject
Next Message Mail Delivery Subsystem 2002-01-24 13:41:47 Returned mail: see transcript for details
Previous Message Marcelo Pereira 2002-01-24 13:12:19 Re: Auto Increase