9 lines
128 B
SQL
9 lines
128 B
SQL
INSERT INTO temperatures (
|
|
id,
|
|
value,
|
|
date,
|
|
sensor_id,
|
|
creation_date,
|
|
update_date
|
|
)
|
|
VALUES ($1, $2, $3, $4, $5, $6); |