I have a list of beer styles called table: beer_style_list
Where it contains data like this
Now I have sample comma separated values like this
American Lager,American Light Lager,Bock,Bohemian Pilsner,Doppelbock,Märzen,München Helles,Münchner Dunke,Schwarzbier,Vienna Lager
Im trying to get the IDs of each comma separated values from the beer_style_list
output like this
152, 153, 154, 155, 156, 157, 158, 159, 160, 161
with comma separated too.