This blog for some tricks of C# , SQL Server and ASP.NET which i faced before to make this blog a good reference for me and share it with you.
SELECT MAX (stdDegree)FROM dbo.STD WHERE stdDegree IN (SELECT DISTINCT TOP 2 stdDegree FROM dbo.STD ORDER BY stdDegree DESC)
No comments:
Post a Comment