diff --git a/modules/siddhi-core/src/main/resources/db-aggregation-config.xml b/modules/siddhi-core/src/main/resources/db-aggregation-config.xml
index f9df93c6bd..0dc41f4d6d 100644
--- a/modules/siddhi-core/src/main/resources/db-aggregation-config.xml
+++ b/modules/siddhi-core/src/main/resources/db-aggregation-config.xml
@@ -139,7 +139,7 @@
COUNT({{COLUMN}})
MAX({{COLUMN}})
MIN({{COLUMN}})
- EXTRACT(epoch from date_trunc('{{DURATION}}', to_timestamp({{COLUMN}}/1000)))*1000;
+ EXTRACT(epoch from date_trunc('{{DURATION}}', to_timestamp({{COLUMN}}/1000)))*1000
@@ -160,4 +160,4 @@
VARCHAR
-
\ No newline at end of file
+