Comments
-
yes its '123' ?
-
Hi! This doesnt seem to work, is there something else wrong with the beastmode calculation? CASE WHEN `Followers` BETWEEN 0 AND 9999 THEN 'Bronze' WHEN `Followers` BETWEEN 10000 AND 99999 THEN 'Silver' WHEN `Followers` BETWEEN 100000 AND 499999 THEN 'Gold' WHEN `Followers` BETWEEN 500000 AND 1000000000 THEN 'Platinum' END