导航

sql 四舍五入 和随机数

Posted on 2012-11-06 09:31  杨彬Allen  阅读(171)  评论(0)    收藏  举报
select rand()--随机数

select round(rand()*100,0)--四舍五入