TEXT in select

Поиск
Список
Период
Сортировка
От Michael Remme
Тема TEXT in select
Дата
Msg-id 9opig1$1o1u$1@news.tht.net
обсуждение исходный текст
Ответы Re: TEXT in select  (Haller Christoph <ch@rodos.fzk.de>)
Список pgsql-sql
Hi,

does anybody know a way, how to implement the content of a field of type
TEXT
into a query?

if i am trying:   select  *  from testtable WHERE  testTEXT LIKE '%testString%'

i am getting always an empty selection, although there is a record existing.
The same with
   select  *  from testtable WHERE  position ('testString' in testTEXT) >
0;

Additional, is there a way to use the UPPER()-function to the content of the
TEXT-field?

Thanks in advance,
Michael







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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: HP-UX 11.0 postgres compile error!
Следующее
От: "meghana mande"
Дата:
Сообщение: Problem in connection using .odbc.ini