📜  我在 postgres 中没有得到小数 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:47.251000             🧑  作者: Mango

代码示例1
select cast(dev_cost as decimal) / sell_cost from software ;