SQL編程

1、數學函數:操作一個數據,返回一個結果   取上限 ceiling  如果有一個小數就取大於它的一個最小整數   列如9.5   就會取到 10 select code,name,ceiling(price) from car      取下限 floor   如果有一個小數就會舍掉小數點以後的數取整 select floor(price) from car     ABS 絕對值   一張表中
相關文章
相關標籤/搜索