Hi, i would like to change my users points. Some of them have points that are like 11.. i would like any points that are less than 50 to be 50 PLUS the amount they have...
so something like this
SELECT * FROM `phpbb_users` WHERE 'user_points' less than 50, user_points = user_points + 50
is this possible?