DML statements in the console
I use DB consoles to get some table contents or modify existing data.
If I run some SELECT statement, it opens new dataset with query results and I can view or modify it somehow.
When I run any DML-statement thereafter, the console switches to output window if something goes wrong only. But if everything is OK, it still shows me last dataset and I have understanding whether this statement has ever been run.
请先登录再写评论。
Hi,
You need to enable View -> Tool buttons. There are Run and Output tabs to see your DML statements output.
Thank you.