이 콘텐츠는 선택한 언어로 제공되지 않습니다.
8.3. Integer extractors
The following functions provide methods to extract information about integer values.
8.3.1. @count(s) 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This statement returns the number of all values accumulated into s.
8.3.2. @sum(s) 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This statement returns the total of all values accumulated into s.
8.3.3. @min(s) 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This statement returns the minimum of all values accumulated into s.
8.3.4. @max(s) 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This statement returns the maximum of all values accumulated into s.
8.3.5. @avg(s) 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
This statement returns the average of all values accumulated into s.