change insert result comment

This commit is contained in:
dapan1121 2021-02-20 13:41:35 +08:00
parent e7b84f05a6
commit 1206b0e3c9
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ void shellRunCommandOnServer(TAOS *con, char command[]) {
} else {
int num_rows_affacted = taos_affected_rows(pSql);
et = taosGetTimestampUs();
printf("Query OK, %d row(s) affected (%.6fs)\n", num_rows_affacted, (et - st) / 1E6);
printf("Query OK, %d of %d row(s) in database (%.6fs)\n", num_rows_affacted, num_rows_affacted, (et - st) / 1E6);
}
printf("\n");