null 値を数に入れずに、リストの要素数を数えます。
集計
count(<listAny>)
パラメーター | タイプ |
---|---|
リスト | listString |
リスト | listBoolean |
リスト | listInteger |
リスト | listDecimal |
リスト | listDuration |
リスト | listDateTime |
リスト | listDateTimeOnly |
リスト | listDateOnly |
count(<listAny>)
整数を返します。
count([10,2,10,null])
3 を返します。