I have MySQL table with column name 'subscriptions'. It contains some comma separated values.
Id Subscription 22 mobiles,watches,Tv,laptops
I need to add tablets, keyboards to this subscription field ie, my table should look like this
Id Subscription 22 mobiles,watches,Tv,laptops,tablets,keyboards
Any special MySQL queries for this?