По сути, у меня есть таблица в моей базе данных под названием Table1
со следующими данными:
The table has a ProductID that repeats because the values of AssignedColour
, ColourFinding
and ColourPower
vary.
I would like to present all ProductID
data in one single row, meaning if there is more than one AssignedColour
, ColourFinding
and ColourPower
listed, it will contain a number at the end.
The final result I of the SELECT query should look like the following:
введите описание изображения здесь
Количество столбцов, представленных по горизонтали, основано на количестве AssignedColour на ProductID
Возможно ли что-то подобное? 1019 * в запросе mySQL SELECT?