Updates to examples queries. Improve real-timeness of lfta aggregation
[com/gs-lite.git] / demo / CSVEXAMPLE / example2.gsql
diff --git a/demo/CSVEXAMPLE/example2.gsql b/demo/CSVEXAMPLE/example2.gsql
new file mode 100644 (file)
index 0000000..27a1056
--- /dev/null
@@ -0,0 +1,6 @@
+DEFINE {
+query_name 'example2';
+}
+select systemTime,uintInPosition1,sum(Cnt)
+from CSVEXAMPLELIB/ex2_src
+group by systemTime,uintInPosition1