Re: how to store a query, that results in a table

Поиск
Список
Период
Сортировка
От Keith Wong
Тема Re: how to store a query, that results in a table
Дата
Msg-id 4.3.2.7.0.20000923111232.00b65758@mail.e-magine.com.au
обсуждение исходный текст
Ответ на how to store a query, that results in a table  (Nelson <nbrito@cmet.net>)
Список pgsql-sql
This is not really possible with postgresql at the moment.
Better off trying to work around, perhaps using a view. That way you have a 
way to change the select
statement without actually modifying your client code.

Keith.

At 06:09 PM 22/09/2000 -0400, Nelson wrote:
>thank you jie Liang for your response, but my problems are:
>1. How to store a query in the database.
>2. How to give a parameter from outside of database, for example:
>select * from table1 where row1 = my_parameter_outside.
>Give me an example please.
>
>



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

Предыдущее
От: Jie Liang
Дата:
Сообщение: Re: how to store a query, that results in a table
Следующее
От: Paul Wehr
Дата:
Сообщение: Re: how to store a query, that results in a table