v.19.1Improvements

Supported Totals Row for WITH TOTALS Query for ODBC Driver

Supported totals row for WITH TOTALS query for ODBC driver. #3836 (Maksim Koritckiy)
Added support for returning the totals row when using WITH TOTALS clause in queries executed via the ODBC driver.

Why it matters

This feature solves the problem where the totals row was not accessible through the ODBC interface, limiting users who rely on ODBC to perform aggregate analysis. By enabling totals rows in ODBC queries, users can now obtain summary data directly in their ODBC-connected applications, enhancing data analysis capabilities.

How to use it

When writing queries through the ODBC driver, add the WITH TOTALS clause to your SELECT statements as usual. The ODBC driver will now correctly return the totals row along with the query results without requiring additional configuration.