APIJSON-Demo icon indicating copy to clipboard operation
APIJSON-Demo copied to clipboard

图文教程里给的例子语法是错的 @group

Open chenhuaquan opened this issue 4 years ago • 2 comments

{ "[]": { "Sale":{ "@column":"store_id,sum(amt):totAmt", "@group":"store_id" } } } 这段 store_id,sum(amt):totAmt 应该是用分号分隔,不是逗号分隔。 https://vincentcheng.github.io/apijson-doc/zh/grammar.html

chenhuaquan avatar Feb 19 '21 14:02 chenhuaquan