I have a mysql table with this :

In table 1, i have 3 column : Bidang, Keahlian, Nilai. In table result in the coloumn saran i want to combine keahlian based on bidang, but keahlian taken if nilai > 0. The result like this :

So, please help me to make this.
GROUP_CONCAT and GROUP BY