MySQL view with row values concatenated, ordered and grouped in a column
Advertisements I have a table of item reviews that looks like this: **ReviewID** **ReviewerID** **ReviewText** **Category** **ItemID** **date_time** 01 1212 good product Mobile 1 23/Apr/2022 02 1233 will buy again fruit 2 24/Apr/2022 03 1245 not recommended Mobile 1 25/Apr/2022 04 1236 not ripe fruit 2 22/Apr/2022 I want to create a view that selects… Read More MySQL view with row values concatenated, ordered and grouped in a column