text concat in WHERE?

Поиск
Список
Период
Сортировка
От Leslie Mikesell
Тема text concat in WHERE?
Дата
Msg-id 199806052310.SAA24926@Venus.mcs.net
обсуждение исходный текст
Ответы Re: [SQL] text concat in WHERE?  ("Jose' Soares Da Silva" <sferac@bo.nettuno.it>)
Список pgsql-sql
Should I be able to:
   SELECT *  from t1, t2
     WHERE t1.a || ' ' || t2.b = t2.c;

In other words, combine two fields from one table and a constant space
for the join with a single field in the other table?

  Les Mikesell
    les@mcs.com

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

Предыдущее
От: Marc Howard Zuckman
Дата:
Сообщение: Need help understanding unique indices
Следующее
От: Herouth Maoz
Дата:
Сообщение: Re: [SQL] problems with CAST :-{