How to show number of affected rows on query execution
已回答
Usually, in other db tools, I can instantly check the number of affected rows by a [update | insert] query.
With Intellij database tool, I have to navigate to the Output tab manually to check that.
Is there any settings for this?
Thank you for helping.
请先登录再写评论。
You can check the number of affected rows in the status bar:
view → appearance → Status bar widgets → status text
solved the problem thanks for helping !
In IntelliJ IDEA 2025.1.3 on MacOS “Status text” is not there in that submenu.
However you can right-click something in the lower-right corner, like the “row:column” display, and then you'll get a similar menu that DOES include “Status text”.