|
Archives of the TeradataForumMessage Posted: Thu, 22 Jun 2006 @ 17:18:29 GMT
So the only problem is that you want the DECIMAL(18,4) field to display as '0.0000' if the value is zero? Just specify the alternative FORMAT either as the column default or via CAST. For example: ... CAST(CAST(DBS_Agmt_Hist_Amt AS FORMAT '-(14)9.9999') AS CHAR(20))... [Default format for a DECIMAL(18,4) field would be '-(15).9999'.]
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||