MySQL學習筆記(5)--運算符

·算術運算符 一般用於結果運算(select 字段中)web create table my_int( a int, b int, c int, d int ); insert into my_int values(1,-1,0,default); select a + b, a - b, a * b, a / b, a / c, d / b from my_in
相關文章
相關標籤/搜索