top 10 values
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
Hi, I need to generate a report for top 10 share holders. its not that the first top 10 values. Its the top 10 share holders ( values). I am writing the query in sql server. Please help me to get top 10 share holder values. Thank you. Vasini
As this sounds very much like a homework assignment, let me help http://msdn2.microsoft.com/en-us/library/ms189499(SQL.90).aspx[^]
only two letters away from being an asset
-
Hi, I need to generate a report for top 10 share holders. its not that the first top 10 values. Its the top 10 share holders ( values). I am writing the query in sql server. Please help me to get top 10 share holder values. Thank you. Vasini
Combine order by clause and Top keyword.
Regards, Arun Kumar.A