groupArray(map('id', _id, 'name', name))
FROM categories
получаю
There is no supertype for types UInt64, String because some of them are String/FixedString and some of them are not: While processing map('id', _id, 'name', name). (NO_COMMON_TYPE)
Приведите к String аргументы, пишет же
похоже что у вас _id Uint64, а name String - такое в один мап не влезает. Тут вам не JS, тут всё жестко типизировано, как в C++
Обсуждают сегодня