Обсуждение: parameters in views

Поиск
Список
Период
Сортировка

parameters in views

От
Hector Galicia
Дата:
Hi
Is posible to make a view with parameters? I want to
use a dinamic view in a function. To reduce the
maintence in the future.


thanks

Hector Galicia C.

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

Re: parameters in views

От
Richard Huxton
Дата:
On Thursday 10 Oct 2002 4:41 pm, Hector Galicia wrote:
> Hi
> Is posible to make a view with parameters? I want to
> use a dinamic view in a function. To reduce the
> maintence in the future.

You probably want to look into table functions in v 7.3

- Richard Huxton