Skip to content

Automatically display total row count for query results #1242

Description

@honkerjha

Is your feature request related to a problem? Please describe.
Currently, after executing SQL query statements in the Dameng Database VS Code extension, the result panel only shows the queried data content, with no total row count displayed. Developers cannot directly know the total number of matched data entries, which is inconvenient for daily data statistics, result verification and business development.
Describe the solution you'd like
It is expected to add an automatic statistics and display function for query result rows:

  • After executing ordinary query SQL such asSELECT, the extension automatically counts the total number of valid data rows of the current query result.
  • Display the total row number clearly on the query result page (such as the top or bottom of the result panel).
    Describe alternatives you've considered
    At present, I can only manually write count SQL for secondary statistics, which increases redundant operation steps and reduces development efficiency. It would be much more user-friendly if the plugin could support native total row count display.
    Additional context
    Showing query row counts is a standard feature for database clients. This improvement will make data checking faster and more intuitive.
    Environment
  • VS Code: 1.131.0
  • Dameng Extension: 1.38.6
  • OS: Windows 10

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions