Код: Выделить всё
An item with the same key has already been added. Key: title
Код: Выделить всё
SELECT cct.[alias], [contentTypeId], cpt.[alias], count(cpt.[Alias]) FROM [cmsPropertyType] cpt JOIN [cmsContentType] cct on cpt.contentTypeId = cct.nodeid GROUP BY cct.[alias], [contentTypeId], cpt.[alias] HAVING COUNT(cpt.[alias]) > 1


Что мне теперь делать, чтобы это исправить? Например, как это исправить?
Пожалуйста, посоветуйте.
Спасибо.
Подробнее здесь: https://stackoverflow.com/questions/787 ... itle-error