只演示一个加法,其他一样嘛
例子:SELECT id,name,email,age+100
FROM t_student
相加后:
实现简单的数学算法
原文:https://www.cnblogs.com/hello-dummy/p/9216789.html