Merge pull request #3059 from taosdata/add_notification_msg
add notification message before return
This commit is contained in:
commit
035d4ee575
|
@ -199,6 +199,7 @@ int main(int argc, char *argv[])
|
||||||
taos_free_result(result);
|
taos_free_result(result);
|
||||||
taos_stmt_close(stmt);
|
taos_stmt_close(stmt);
|
||||||
|
|
||||||
|
printf("Data has been written, Please press enter to return");
|
||||||
return getchar();
|
return getchar();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue