|
Archives of the TeradataForumMessage Posted: Thu, 16 Dec 2004 @ 19:07:41 GMT
Assuming this 'abcd' value represents a code_id column, how about a left outer join? Like... select A.code_id, B.code_id, case when B.code_id is not null then 'found it' else 'didnt find it' end from A Left Outer Join codes B On A.code_id = B.code_id; --Jason
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||