add notification message before return

This commit is contained in:
Ping Xiao 2020-08-13 22:59:33 +08:00
parent 3e87a0026b
commit c3dee8b690
1 changed files with 2 additions and 1 deletions

View File

@ -199,6 +199,7 @@ int main(int argc, char *argv[])
taos_free_result(result);
taos_stmt_close(stmt);
printf("Data has been written, Please press enter to return");
return getchar();
}