1、format(X,D) 
  将number X设置为格式 '#,###,###.##', 以四舍五入的方式保留到小数点后D位, 而返回结果为一个字符串。使用如:select format(123454.12457) A;