tbl ( ..., widget_id UUID, ... │
——————-
SELECT *
FROM tbl
WHERE widget_id = '51400b78-f8f6-de20-ccd0-c4663e0015a4'
LIMIT 1
Received exception from server (version 1.1.54385):
...... DB::Exception: Bad type of Field.
——————-
SELECT *
FROM tbl
WHERE widget_id = toUUID('51400b78-f8f6-de20-ccd0-c4663e0015a4')
LIMIT 1
Received exception from server (version 1.1.54385):
....... DB::Exception: Bad type of Field.
Версия очень старая. Можно попробывать toFixedString
Обсуждают сегодня