Re: Select

From: Bo Lorentsen <bl(at)netgroup(dot)dk>
To: Marcelo Pereira <gandalf(at)sum(dot)desktop(dot)com(dot)br>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Select
Date: 2002-01-24 14:29:42
Message-ID: 1011882583.1282.92.camel@netgroup
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

tor, 2002-01-24 kl. 14:34 skrev Marcelo Pereira:

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

How about :

SELECT id,name FROM name_table WHERE name LIKE '%Jose%'

Btw. I really think this question belongs to the "Novice" mail list.

/BL

In response to

  • Select at 2002-01-24 13:34:36 from Marcelo Pereira

Browse pgsql-general by date

  From Date Subject
Next Message Javier Vilarroig 2002-01-24 14:33:03 Problems with initdb on Cygwin
Previous Message Lee Kindness 2002-01-24 14:22:57 Select