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
Ответ на
Список
Дерево обсуждения
Re: how to store a query, that results in a table Paul Wehr <paul@industrialsoftworks.com>
Re: how to store a query, that results in a table Tom Lane <tgl@sss.pgh.pa.us>
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 по дате отправления