Re: Select

Поиск
Список
Период
Сортировка
От Bo Lorentsen
Тема Re: Select
Дата
Msg-id 1011882583.1282.92.camel@netgroup
обсуждение исходный текст
Ответ на Select  (Marcelo Pereira <gandalf@sum.desktop.com.br>)
Список 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 по дате отправления:

Предыдущее
От: Marcelo Pereira
Дата:
Сообщение: Re: Auto Increase
Следующее
От: "Javier Vilarroig"
Дата:
Сообщение: Problems with initdb on Cygwin