Answers for "decimal value postgres"

SQL
1

postgres cast as decimal

cast(tableA.charge_amt AS decimal(8,2)) AS charge_amt
Posted by: Guest on October-04-2021
0

i'm not getting decimal in postgres

select cast(dev_cost as decimal) / sell_cost from software ;
Posted by: Guest on May-10-2021

Code answers related to "SQL"

Browse Popular Code Answers by Language