Hi,
When I run a aggregate query, the null values are eliminated , is there a way to get the all values including NULLs as well? Thanks,
below is my sample script
SELECT
DISTINCTTF
.LEAD_ID,MAX(DT.) AS A,
MAX
(BMP.B) AS B,MAX(PC.C) AS C,
MAX(BM.D)AS D
--INTO
#TEMP_FALL_OWNER_NULLFROM
TableA TF
INNER
JOIN tABLES
GROUPBY TF.LEAD_ID