mysql加減乘除,求餘,求平均值,查詢不等於某數值

1.mysql加減乘除操做:mysql mysql> select score,score+5,score-5,score*5,score/5 from 4a; +-------+---------+---------+---------+---------+ | score | score+5 | score-5 | score*5 | score/5 | +-------+---------+
相關文章
相關標籤/搜索