Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

postgres cast as currency format

cast(tableA.charge_amt AS decimal(8,2)) AS charge_amt
 
PREVIOUS NEXT
Tagged: #postgres #cast #currency #format
ADD COMMENT
Topic
Name
7+2 =