Alexander Hachmann wrote:
> I need to create a Procedure that returns the same data as a view
> does except, that the the
> data was filtered by a parameter.
> I want to execute a procedure with a parameter and get back a 'view'.
It is possible to create a function that returns multiple rows, but the
interface is different depending on the language used to implement the
function. Read up on "table functions" in the documentation.