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.

0
3 comments

You can check the number of affected rows in the status bar:

0

view → appearance → Status bar widgets → status text

solved the problem thanks for helping !

1

view → appearance → Status bar widgets → status text

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”.

0

Please sign in to leave a comment.