I have a column named Genre in my table that contains many various comma delimited content. The data is saved in different rows in this manner:
Adventure, fantasy, sandbox, RPG elements,
Action, FPS, horror,
Sports, Soccer,
I want to keep just the the first word in every row, and delete the rest. So only keep Adventure, Action, Sports.