| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> comp.databases.oracle -> What is max doing across fields in a de-duplication ?
Greetings folks,
Just curious if anyone knows what the following would produce:
SELECT
MAX( ECP_SUPPORT_DED_EMAIL.CD_TYP_CMPGN) CD_TYP_CMPGN,
MAX(ECP_SUPPORT_DED_EMAIL.CELL_ID) CELL_ID,
ECP_SUPPORT_DED_EMAIL.CLIC_CUST_ID CUSTID,
MAX( ECP_SUPPORT_DED_EMAIL.ADDRESS) CONTACTED_PARTYID,
MAX( ECP_SUPPORT_DED_EMAIL.CONTACTED_PARTY_ID_TYPE )
FROM
ECP_SUPPORT_DED_EMAIL
group by CUSTID
For a given CUSTID, and assuming all fields are character and there are duplicates, will it randomly select the MAX value of any of these fields across duplicates, or will it randomly select a custID and retain that row's attributes with integrity?
thanks!
Jack
Received on Sun Feb 08 2004 - 09:01:22 CST
![]() |
![]() |