I have this table structure
id flim_name flim_actor_name
1 Diwalie Shah Rukh Khan,Kajol,Varun Dhawan
2 Mersal vijay, samantha,kajol
I need to convert table in to this structure
id flim_name Actor_name Heroin_name director_name
1 Diwalie Shah Rukh Khan Kajol Varun Dhawan
2 Mersal vijay samantha kajol
I need the sql query to solve this