Merge pull request #3059 from taosdata/add_notification_msg
add notification message before return
This commit is contained in:
commit
035d4ee575
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue