Re: Substitute Variable in select query

Поиск
Список
Период
Сортировка
От harish supare
Тема Re: Substitute Variable in select query
Дата
Msg-id CAFsW9miBDBPnTdP1vBoXbZCx0E8n_Uf-MwiRr35YXYEoWRe7Qw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Substitute Variable in select query  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список pgsql-general
thanks for the reply David.

In case of Colon I need to set the variable first, my requirement is my select query should prompt for the input.  

On Mon, 24 Aug 2020 at 10:15 PM, David G. Johnston <david.g.johnston@gmail.com> wrote:
On Monday, August 24, 2020, harish supare <harish.supare@gmail.com> wrote:
Hi Team,

Would like to know what the substitute/input variable available in psql.


Oracle we use &  - select a, b , c from table where a like &a;

Is there an alternative in psql?


Colon - read the documentation, psql section, for the exact syntax.

David J.


--
Best Regards
Harish.

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

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Re: Substitute Variable in select query
Следующее
От: iulian dragos
Дата:
Сообщение: Re: Query plan prefers hash join when nested loop is much faster