v.23.1Bug Fix
Fixed Bug in Normalization of DEFAULT Expression in CREATE TABLE Statement
Fixed a bug in the normalization of aDEFAULTexpression inCREATE TABLEstatement. The second argument of the functionin(or the right argument of operatorIN) might be replaced with the result of its evaluation during CREATE query execution. Fixes #44496. #44547 (Alexander Tokmakov).