|
Archives of the TeradataForumMessage Posted: Thu, 14 Dec 2006 @ 16:54:52 GMT
Try a union. Select only the ID and TRXN_ID fields, and then union to itself: Select count(*) >From (select ID, TRXN_ID From txn_detail UNION select ID, TRXN_ID From txn_detail); The union command will eliminate all dupes and the count(*) command will tell you how many unique rows you have.
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||