case when a.ZJXJE != 0 then to_char(round((a.YFZK-b.YFZK)/a.ZJXJE,2))
else '本期总进项金额为零'
end 

then和else后面的输出必须类型一致,因此用to_char函数将输出变为字符串形式

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
猜你喜欢
  • 2022-12-23
  • 2021-09-28
  • 2022-02-15
相关资源
相似解决方案