v.25.11Improvement

Fix 0 rows

Fixed 0 rows in set appearance after INSERT INTO ... SELECT query. Closes #47800. #79462 (Engel Danila).
Fixed the incorrect display of 0 rows in set message after executing an INSERT INTO ... SELECT query in ClickHouse.

Why it matters

Previously, after executing an INSERT INTO ... SELECT query, ClickHouse incorrectly showed 0 rows in set even when rows were inserted. This fix ensures that the correct number of inserted rows is displayed, improving user feedback and query result accuracy.

How to use it

Users simply need to update to the version containing this fix. No additional configuration or changes in query syntax are required to benefit from the corrected message display.