比如,两个数字3和5,想要得到结果为3
min() 函数是返回一组数组里的最小值
unwind [1,2,3,4,5,6,7,8] as item return min(item) as `最小值`
多谢多谢