|
Archives of the TeradataForumMessage Posted: Tue, 07 Oct 2008 @ 15:14:07 GMT
HEllo of course, you need to have the same datatype between your null value and the value that you replace with. For exemple : coalesce ( field1,'') -> field1 must have a char or varchar datatype you can't do colaesce( field2,'') if filed2 is a number => in this case, replace with case when field2 is null then '' else cast(field2 as varchar(n)) end. regards. Patrick
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||