Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Passing the parameter to TOP keyword
I want create a stored procedure by passing the parameter to top nth record
for Ex
create proc test1
(
@x integer
)
as
begin
select top @x empid from emp order by empid desc
end
when iam executing iam getting error .Please let me know any other alternative way
Profile Answers by sumanreddymca Questions by sumanreddymca
Questions by sumanreddymca
Related Answered Questions
Related Open Questions