Quantcast
Channel: Teradata Forums - Database
Viewing all articles
Browse latest Browse all 14773

Need help in understanding Teradata's behaviour - response (2) by HateOra

$
0
0

Sorry i didnt get the point :
 
another thing which we noticed is : if we make changes as below , we get complete 100 records
 

select
A,
b,
c,
d,
e,
F
(
select
a
b
max(c)
sum(d)
sum(e)
from Table1
where table1.c = (XXXXXX)              -- Newly added
group by 1,2) A
left outer join
(
select
a
b
max(F)
from Table2
group by 1,2) B
on
A.a = B.a
and A.b = B.b
 
 
 


Viewing all articles
Browse latest Browse all 14773

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>