|
Archives of the TeradataForumMessage Posted: Tue, 16 Jul 2002 @ 17:09:14 GMT
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;
| ||||||||||||||||||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||||||||||||||||||
Copyright 2016 - All Rights Reserved | ||||||||||||||||||||||||||||||||||||||||||||||||
Last Modified: 15 Jun 2023 | ||||||||||||||||||||||||||||||||||||||||||||||||