v.20.7Bug Fix
Exception Handling Improvement for ALTER ... UPDATE in ClickHouse
ExceptionThere is no supertype...can be thrown duringALTER ... UPDATEin unexpected cases (e.g. when subtracting from UInt64 column). This fixes #7306. This fixes #4165. #12633 (alexey-milovidov).