Browse by Tags

All Tags » Nth Maximum » sql server (RSS)
Sorry, but there are no more tags available to filter with.

Find Nth Maximum value

"How do I find Nth maximum value?" is one of the most asked questions Here are some methods I explain how to find 5th Maximum value declare @number table ( num integer ) Insert into @number values ( 3456 ) Insert into @number values ( 846 )...
Posted by Madhivanan | 8 comment(s)
Filed under: ,