Home > database >  Teradata problems in use
Teradata problems in use

Time:05-11

Int crate table test (Id);
Insert into test values (1);
Insert into test values (2);

Select A, ID
The from (select 1 as A, Id from test) as A
Group by id

Why is this A no can perform well in the group by field, what circumstance can normal execution
  • Related