Merge pull request #3059 from taosdata/add_notification_msg

add notification message before return
This commit is contained in:
Shengliang Guan 2020-08-14 10:56:20 +08:00 committed by GitHub
commit 035d4ee575
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -198,7 +198,8 @@ 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();
}