null 값을 고려하지 않는 목록의 요소를 계산합니다.
집계
count(<listAny>)
매개 변수 | 유형 |
---|---|
목록 | listString |
목록 | listBoolean |
목록 | listInteger |
목록 | listDecimal |
목록 | listDuration |
목록 | listDateTime |
목록 | listDateTimeOnly |
목록 | listDateOnly |
count(<listAny>)
정수를 반환합니다.
count([10,2,10,null])
3 반환.