add batch remove batch split batch comment selection show hidden batches hide batch highlight batch
db<>fiddle
donate feedback about
By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
extname
plpgsql
timescaledb
timescaledb_toolkit
SELECT 3
installed_version
2.11.1
SELECT 1
CREATE TABLE
ERROR:  function by_range(unknown) does not exist
LINE 2: SELECT create_hypertable('Measurements', by_range('Timestamp...
                                                 ^
HINT:  No function matches the given name and argument types. You might need to add explicit type casts.
ERROR:  relation "measurements" does not exist
LINE 2: SELECT create_hypertable('Measurements', 'Timestamp');
                                 ^
create_hypertable
(1,public,Measurements,t)
SELECT 1
Id DeviceId SensorId Timestamp Temperature
1 2024-05-01 22:46:02.891889+00 0.00
INSERT 0 1
create_hypertable
(2,public,conditions,t)
SELECT 1