Home Page for the TeradataForum
 

Archives of the TeradataForum

Message Posted: Tue, 16 Jul 2002 @ 17:09:14 GMT


     
  <Prev Next>   <<First <Prev Next> Last>>  


Subj:   Re: Aggregate functions in SQL
 
From:   Jim Downey

It looks like a couple of people have mentioned that the ODBC driver might be the problem.

As a workaround, can your wrap your SQL in either a select * or select named format:

select a,c from (select A, sum(C) C from table1 group by A) X;

select * from (select A, sum(C) C from table1 group by A) X;



     
  <Prev Next>   <<First <Prev Next> Last>>  
 
 
 
 
 
 
 
 
  
  Top Home Privacy Feedback  
 
 
Copyright for the TeradataForum (TDATA-L), Manta BlueSky    
Copyright 2016 - All Rights Reserved    
Last Modified: 15 Jun 2023