Do I suppose correctly that it is not possible to create view with parameters?
I’ve got a query with sub-query and in its where clause I need to specify parameter. Specifying where clause of view would not help. I would like to call simple view with parameters instead of the sending to the database complicated sql query. How would it be possible to do this?
N.
You should be able to use a table-valued function.