W1y1r commented on code in PR #883: URL: https://github.com/apache/iotdb-docs/pull/883#discussion_r2343210413
########## src/zh/UserGuide/dev-1.3/User-Manual/Database-Programming.md: ########## @@ -561,10 +561,10 @@ SELECT avg(count_s1) from (select count(s1) as count_s1 from root.sg.d group by( ```sql CREATE CQ s1_count_cq BEGIN - SELECT count(s1) - INTO root.sg_count.d.count_s1 - FROM root.sg.d - GROUP BY(30m) + SELECT count(s1) + INTO root.sg_count.d(count_s1) + FROM root.sg.d G + ROUP BY(30m) Review Comment: 这个是不是换行有问题呀 G应该在下一行吧 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
