Re: Select - Mailing list pgsql-general

From Bo Lorentsen
Subject Re: Select
Date
Msg-id 1011882583.1282.92.camel@netgroup
Whole thread Raw
In response to Select  (Marcelo Pereira <gandalf@sum.desktop.com.br>)
List 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


pgsql-general by date:

Previous
From: Marcelo Pereira
Date:
Subject: Re: Auto Increase
Next
From: "Javier Vilarroig"
Date:
Subject: Problems with initdb on Cygwin