Re: Can you combine text variable together to referenece a VIEW name ?

Поиск
Список
Период
Сортировка
От Lew
Тема Re: Can you combine text variable together to referenece a VIEW name ?
Дата
Msg-id GqudnTVv2a32pIfbnZ2dnUVZ_sDinZ2d@comcast.com
обсуждение исходный текст
Ответ на Can you combine text variable together to referenece a VIEW name ?  ("Bigjim" <bigjim.still@rogers.com>)
Список pgsql-general
Bigjim wrote:
> Hi there,
> I am trying to combine 2 text variable togther to form the name of a
> VIEW.  example
>
>
>    SELECT * FROM ( 'april'||'may') ;

The table (or view) part is not a character string but an identifier.

--
Lew

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

Предыдущее
От: Geoffrey
Дата:
Сообщение: Re: backend reset of database
Следующее
От: "Andrus"
Дата:
Сообщение: How to disable duplicate columns