factory-overview.sql — SonnetDB▢ — □ ×
1
2
3
4
5
6
7
SELECT time, deviceId, temperature, pressure
FROM device_metrics
WHERE time > now() - interval '1 hour'
  AND lineId = 'LINE-1'
ORDER BY time DESC
LIMIT 100;
timedeviceIdtemperaturepressurestatus
14:31:48.123PLC-10156.71.21OK
14:31:46.987PLC-10248.11.08OK
14:31:44.876SENSOR-7742.81.14WARN
100 rows · 12 ms · factory-cluster / factory

启用 Read-write Copilot?

Copilot 将能够建议写操作,但每个写入仍需单独确认。完整编辑和治理请使用 Web Admin 或 Studio。