PKGBUILD/pkg/repository/db/sqlite3/selectTemperatures.sql

10 lines
159 B
MySQL
Raw Normal View History

2020-05-21 15:40:24 +00:00
SELECT
2019-08-20 19:37:45 +00:00
temperature_id,
temperature_value,
temperature_from_date,
temperature_till_date,
sensor_id,
creation_date,
update_date
2020-05-21 15:40:24 +00:00
FROM
temperatures