tree-sitter test

This commit is contained in:
csh
2025-08-29 16:51:24 +08:00
parent aad4917fc0
commit 4d79b8d6ba
44 changed files with 180634 additions and 1841 deletions
@@ -0,0 +1,4 @@
select ["性别"],AvgOf(["英语成绩"]),CountOf( * ),groupfunc(["英语成绩"]) from EnglishScore group by ["性别"],groupfunc(["英语成绩"]) end;
// r := sselect * from attrs where lName = lowerCase([0]) end;
// R := select [1].*,[2].["英语成绩"] from A join B on [1].["学号"]=[2].["学号"] end;