Why “LAST_VALUE(birthdate)” window function clause necessary compare to “FIRST_VALUE(birthdate)”?

前端 未结 0 946
感动是毒
感动是毒 2020-11-28 08:09

SELECT      first_name + \' \' + last_name AS name,     country,     birthdate,     -- Retrieve the birthdate of the oldest voter per country     FIRST_VALUE(birthdate)     

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