Hello expert,
Using the query copied herewith below yields 4758 rows
Running a similar query with
Select DISITNCT PAYER_ID
FROM CCM.CCM_COMPONENT_PRICING
where last_update_user = 1
yields 202 rows.
The 202 rows is needed but with the other fields
resultant from the longer query.
Tried creating a join with short table against the long table
and tried listing all 202 PAYER_IDs in an 'IN' statement
but both grab all of the PAYER IDs
Is there someway to mimic the return of the DISTINCT
query but return the other fields also?
Thanks
Allen in Dallas
++++++++++++++++LONG QUERY++++++++++++++
Select
COMPONENT_PRICING_ID,
COMPONENT_ID,
PAYER_ID,
VARY_BY_MARKET,
COMPONENT_PRICE,
IS_OVERRIDE,
CREATION_USER,
CREATION_DATE,
LAST_UPDATE_USER,
LAST_UPDATE_DATE
from
CCM.CCM_COMPONENT_PRICING
where last_update_user = 1
Our community of experts have been thoroughly vetted for their expertise and industry experience.
The Most Valuable Expert award recognizes technology experts who passionately share their knowledge with the community, demonstrate the core values of this platform, and go the extra mile in all aspects of their contributions. This award is based off of nominations by EE users and experts. Multiple MVEs may be awarded each year.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.