mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-03-12 03:51:38 -04:00
4 lines
72 B
SQL
4 lines
72 B
SQL
SELECT SUM(@Value)
|
|
FROM Reading
|
|
WHERE Timestamp BETWEEN @Start AND @End
|