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
As I know view can be something just like select command. You also can add parameters to this select for example in where statements like this:
WHERE (exam_id = @var)