Hi! Can I use variable instead number. Like this:
Declare @num int
Set @num = 2
Select top @num * fro person
It's may be?
No,It can not be done,I have tried using Dynamic query
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.