X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=demo%2FGDATEXAMPLE%2Fexample.gsql;fp=demo%2FGDATEXAMPLE%2Fexample.gsql;h=4ebc9f03ad2ff412b51ed0102fecb4fb0b232236;hb=9fd1eb03e66522e79c94dec7ed26f68c17018fc1;hp=0000000000000000000000000000000000000000;hpb=9f18e8186cda2367942d12a9750e00880f6cd97e;p=com%2Fgs-lite.git diff --git a/demo/GDATEXAMPLE/example.gsql b/demo/GDATEXAMPLE/example.gsql new file mode 100644 index 0000000..4ebc9f0 --- /dev/null +++ b/demo/GDATEXAMPLE/example.gsql @@ -0,0 +1,11 @@ +DEFINE { +query_name 'example'; +visibility 'external'; +} +select systemTime,uintInPosition1,ullongInPosition2,ipInPosition3, + ipv6InPosition4,stringInPosition5,boolInPosition6,intInPosition7, + llongInPosition8,floatInPosition9,count(*) as cnt +from [gdat].GDAT_EXAMPLE +group by systemTime,uintInPosition1,ullongInPosition2,ipInPosition3, + ipv6InPosition4,stringInPosition5,boolInPosition6,intInPosition7, + llongInPosition8,floatInPosition9