📜  单行函数与多行函数 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:57.146000             🧑  作者: Mango

代码示例1
• Single Row Functions:(Lower, Upper, Substr, Length)
function that will run for each row and 
return value for each row.

Multiple Row Functions (Group functions, Aggregate functions):
(Count, MIN , MAX, AVG, SUM)
will run for multiple rows and return a single value