经常使用oracle之经常使用函数

select round(10.38764, 3) round from dual;     --四舍五入。10.388   select trunc(10.38764, 3) trunc from dual;       --截断。10.387   select to_char(sysdate, 'yyyy-MM-dd hh24:mi:ss') to_char from dual;    --日
相关文章
相关标签/搜索