v.20.11Bug Fix

SELECT count() Enhancement for Single Column in ClickHouse

SELECT count() FROM table now can be executed if only one any column can be selected from the table. This PR fixes #10639. #18233 (Vitaly Baranov).