How should I complete the SQL Server query? ( h-index, i10-index and total citations from Google Scholar )

前端 未结 0 655
不思量自难忘°
不思量自难忘° 2020-11-28 19:44

Complete the query:

WITH CitedPapers AS
(
    SELECT 
        ROW_NUMBER() OVER (PARTITION BY AcademicianIdentityNumber ORDER BY CitationCount DESC) as RowNum         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题