fix:modify table sql mode config
This commit is contained in:
parent
abd34943ac
commit
88dbdf1290
|
@ -559,7 +559,7 @@ splitSql.setSelect("ts, current, voltage, phase, groupid, location")
|
|||
" tbname VARBINARY" +
|
||||
") WITH (" +
|
||||
" 'connector' = 'tdengine-connector'," +
|
||||
" 'td.jdbc.mode' = 'cdc'," +
|
||||
" 'td.jdbc.mode' = 'sink'," +
|
||||
" 'td.jdbc.url' = 'jdbc:TAOS-WS://localhost:6041/power_sink?user=root&password=taosdata'," +
|
||||
" 'sink.db.name' = 'power_sink'," +
|
||||
" 'sink.supertable.name' = 'sink_meters'" +
|
||||
|
|
Loading…
Reference in New Issue