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
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:
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