Select

Поиск
Список
Период
Сортировка
От Lee Kindness
Тема Select
Дата
Msg-id 15440.6337.563011.540515@elsick.csl.co.uk
обсуждение исходный текст
Ответ на Select  (Marcelo Pereira <gandalf@sum.desktop.com.br>)
Список pgsql-general
See:

 http://www.postgresql.org/idocs/index.php?functions-matching.html

In your case SELECT * FROM xxx WHERE name LIKE '%Jose%';

Lee.

Marcelo Pereira writes:
 > 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.

В списке pgsql-general по дате отправления:

Предыдущее
От: Marcelo Pereira
Дата:
Сообщение: Select
Следующее
От: Marcelo Pereira
Дата:
Сообщение: Re: Auto Increase