提交 57880fdb 编写于 作者: Z zyyang

change

上级 79d6f24d
......@@ -60,7 +60,8 @@ public class JDBCDemo {
for (int i = 0; i < 10000; i++) {
if (i % 500 == 0 && StringUtils.isNotEmpty(sql)) {
sql = "INSERT INTO base_" + id + " USING " + tbName + " TAGS ('" + id + "') VALUES" + sql;
exuete(sql);
System.out.println("sql >>> " + sql);
// exuete(sql);
sql = "";
} else {
calendar.add(Calendar.MINUTE, -new Random().nextInt(10));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册