ALTER TABLE t1 UPDATE column1 = 'a' where Date='2020-02-01';
выдает - DB::Exception: There is no supertype for types String, Enum8('a' = 1, 'b' = 2) because some of them are String/FixedString and some of them are not (version 20.1.2.4 (official build))
column1=1 не работает?
Обсуждают сегодня