Hi Dieter,
I am facing a similar issue. I have 2 tables A and B and they each have 60 columns each. When I run the below statement in Teradata Studio, I get the error 3577: row size or sort key size overflow, however when I run the same in SQL Assistant, it runs fine. Could you let me know, why Teradata Studio throws error?
Below is the query
SELECT a.*,b.*
FROM db_1.ABC a,
db_1.DEF b
WHERE a.A1 = b.A1;
Thanks
Roopalini
↧