MySQL 运算符以及优先级-算术运算符时间:2024-06-08 18:45:16 运算符 用途 + 加法 - 减法 * 乘法 / 或 DIV 除法 % 或 MOD 取余 例如:update user set age=age+1;