You can use, to change every single customer in your customers table to this customers_group_pricing value of, for example when the customers_group_pricing is 1, by using:
It is always a good idea to backup your database before making changes like this ...Code:UPDATE customers SET customers_group_pricing = '1';



