Is there a way (setting or shortcut) for displaying the total row count of a query that outputs more than 500 rows - that is, without modifying the "Result set page size" value in preferences? I'm looking essentially for the output of select count(*) from (<query>) t
in addition to the displayed rows.
相关问题
- Jetbrains Datagrip cannot connect sql server witho
- Git Integration plugin absent from Datagrip?
- JetBrains的DataGrip怎么样?
- JetBrains DataGrip - Azure SQL - connect with Acti
- How To Set Server Output On in DataGrip
相关文章
- JetBrains的DataGrip怎么样?
- JetBrains DataGrip - Azure SQL - connect with Acti
- How To Set Server Output On in DataGrip
- Defining a Redshift connection in DataGrip
- How to see Query Execution Time in DataGrip?
- Datagrip - get row count (easily) on queries with
- Creating new database in DataGrip JetBrains
- Switching PostgreSQL database or Schema in DataGri
Alternative to accepted answer (clicking to page-size), click the
Last Page
icon and it shows the count of itemsAnswering my own question and not accepting it because I'm hoping there's a better way, but you can create a live template:
Select your query, then use Surround with Live Template...
Still hoping for a simultaneous solution (not have to build 2nd query).
Click on page-size of the result-set