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