题目内容

select 10+2;

查看答案
更多问题

select round(88.947,2), round(77.912,1), round(55.667,2);

select ceil(88.9);

select floor(88.9);

select pow(3,2); //3的平方

答案查题题库