Re: [INTERFACES] Re: LIKE clause

Поиск
Список
Период
Сортировка
От Jacob Christen
Тема Re: [INTERFACES] Re: LIKE clause
Дата
Msg-id 000a01bf1f18$8fa7fad0$4a0b030a@jchristen.educate.com
обсуждение исходный текст
Ответ на [INTERFACES] Re: LIKE clause  ("Thomas Byrnes" <tbyrnes@helioshealth.com>)
Список pgsql-interfaces
-----Original Message-----
From: Thomas Byrnes <tbyrnes@helioshealth.com>
To: pgsql-interfaces@postgreSQL.org <pgsql-interfaces@postgreSQL.org>;
pgsql-general@postgreSQL.org <pgsql-general@postgreSQL.org>
Date: Monday, October 25, 1999 1:56 PM
Subject: [INTERFACES] Re: LIKE clause


>Alright, it seems simple enough, but I am having no luck figuring out the
>syntax for the LIKE clause.
>
>I have tried: WHERE name LIKE 'A*' and other similar combinations to no
>avail. Anyone have any suggestions?


you're using the wrong wildcard character.

try:

SELECT name FROM my_table WHERE name LIKE 'A%'





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

Предыдущее
От: "E.E. Mellor"
Дата:
Сообщение: Re: [INTERFACES] Re: LIKE clause
Следующее
От: Lars Strobor
Дата:
Сообщение: ...