![]() |
|
Archives of the TeradataForumMessage Posted: Tue, 07 Apr 2009 @ 22:00:59 GMT
If you don't want to count Null values, you can either remove those null's by applying filter condition as
Where L_name is not null
and f_name is not null
Else use Coalesce function.
Coalesce(L_name,'unknown'),Coalesce(f_name,'unknown')
Regards, Rakesh Saxena
| ||||||||||||||||||||||||||||||||||||||||||||||||
| | ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||
| Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
| Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||