X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=demo%2FCSVEXAMPLE%2Fexample2.gsql;fp=demo%2FCSVEXAMPLE%2Fexample2.gsql;h=27a10560c25920aa180600d9725413e580002239;hb=9fd1eb03e66522e79c94dec7ed26f68c17018fc1;hp=0000000000000000000000000000000000000000;hpb=9f18e8186cda2367942d12a9750e00880f6cd97e;p=com%2Fgs-lite.git diff --git a/demo/CSVEXAMPLE/example2.gsql b/demo/CSVEXAMPLE/example2.gsql new file mode 100644 index 0000000..27a1056 --- /dev/null +++ b/demo/CSVEXAMPLE/example2.gsql @@ -0,0 +1,6 @@ +DEFINE { +query_name 'example2'; +} +select systemTime,uintInPosition1,sum(Cnt) +from CSVEXAMPLELIB/ex2_src +group by systemTime,uintInPosition1