How to show number of affected rows on query execution
Answered
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.
Please sign in to leave a comment.
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”.