Guest_imported
New member
- Jan 1, 1970
- 0
I am trying to do a query that involves a select with a top clause and i don't know how to receive the top parameter as a stored procedure parameter. It is, i am receiving the parameter as @n but when i do the
select top @n * from table
this is not accepted by the interpreter. Thanks for help me.
select top @n * from table
this is not accepted by the interpreter. Thanks for help me.