Do math calculation with select
mysql> mysql> SELECT 33 * 121; +----------+ | 33 * 121 | +----------+ | 3993 | +----------+ 1 row in set (0.00 sec) mysql> mysql>