TDengine ERROR (0x410d): Notify type must be specified when trigger window is not period or sliding window without interval

String sql = “CREATE STREAM iot.ana_temp EVENT_WINDOW(start with value == 1 end with value == 1 ) FROM iot.pis partition by tbname” +
" STREAM_OPTIONS( IGNORE_DISORDER)" +
" NOTIFY("ws://192.168.5.171:24005/websocket/1") " +
" INTO ana_temp AS" +
" SELECT cast(_tlocaltime/1000000 AS TIMESTAMP), count(*) FROM iot.pis";

创建流的时候报错:TDengine ERROR (0x410d): Notify type must be specified when trigger window is not period or sliding window without interval

请问下这是什么报错, 该怎么解决?


请设置红框内的参数

此话题已在最后回复的 30 天后被自动关闭。不再允许新回复。