Can we pass a parameter to a view in Microsoft SQL Server?
I tried to create view in the following way, but it doesn\'t work:
create view
create o
You can bypass just to run the view, SQL will wine and cry but just do this and run it! You can't save.
create or replace view v_emp(eno number) as select * from emp where (emp_id = @Parameter1);