|
Archives of the TeradataForumMessage Posted: Wed, 09 Aug 2006 @ 20:53:38 GMT
If contents os the char fields are all digits it should work. create volatile table t1 ( c1 char(30), c2 char(7)) on commit preserve rows; insert into t1 ( 'abcd', '1234.56'); sel c1, c2 , cast(c2 as decimal(7,2)) from t1 abcd 1234.56 1234.56
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||