Views with parameters
I want to know whether it is possible to create a view with a parameter??
The view will be a select query, joining 2 tables, and the parameter will be a value passed from the dot net GUI. The view will be used as:
select * from parameterized_view ('parameter_Value');
Is this possible?