create_time是timestamp格式

select substr( date(create_time),3, 8) as create_time, cast(income AS DECIMAL (10, 2)) as income from XXX_table

相关文章:

  • 2022-12-23
  • 2021-11-27
  • 2021-12-18
  • 2021-12-18
  • 2021-11-18
  • 2021-08-11
猜你喜欢
  • 2022-02-19
  • 2022-12-23
  • 2022-02-14
  • 2021-07-31
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案