v.24.8Bug Fix

Forbid create as select in ClickHouse, even with heavy create setting enabled

Forbid create as select even when database_replicated_allow_heavy_create is set. It was unconditionally forbidden in 23.12 and accidentally allowed under the setting in unreleased 24.7. #66980 (vdimir).