Oracle 常用记忆

1、备份整表数据

  
 create table [备份名] as select * from [表名]; 

2、数字格式化

 select to_char(123666666.21,'FM999,999,999,999,999.00') from dual ;
posted @ 2021-02-23 16:38  当个胖子  阅读(45)  评论(0)    收藏  举报