Added drop table, 'if (not) exists' support. Bug fixes

This commit is contained in:
2022-09-24 22:33:59 +08:00
parent 3bbca0d6b0
commit eac25ddbb3
15 changed files with 151 additions and 76 deletions
-1
View File
@@ -10,4 +10,3 @@ FROM network
ASSUMING ASC src, ASC dst, ASC _time
GROUP BY src, dst, sums (deltas(_time) > 120)