APIJSON
APIJSON copied to clipboard
[使用问题]按年聚合筛选条件怎么写法
Description
SQL 中用 HAVING,对应 APIJSON 就是 "@having": "year(ftime)=2022"
如果不是聚合函数,则可以用 WHERE: "ftime{}": "year(ftime)=2022"
具体见通用文档 https://github.com/Tencent/APIJSON/blob/master/Document.md#3.2