Skip to content
Advertisement

How To use multiple columns

I’m trying to get a result :

does not work for me, any help

Advertisement

Answer

You can use GROUP_CONCAT for that purpose

day | kine  | color             
--: | :---- | :-----------------
  1 | 1,2   | white,orange      
  2 | 1,2,3 | White,Orange,White

db<>fiddle here

User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement