Search found 17 matches

by deepak.shanthamurthy
Thu Apr 13, 2006 12:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Source- incorrect number of result columns.
Replies: 13
Views: 8376

it is exactly similar to this query here....

Select
dept_id,
department_name,
sum(salary)
From
employee
group by
dept_id,
department_name
by deepak.shanthamurthy
Thu Apr 13, 2006 12:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Source- incorrect number of result columns.
Replies: 13
Views: 8376

ODBC Source- incorrect number of result columns.

Hi, In one of my ODBC sources am having an user defined SQL Query with a group by clause in it. Inspite of the source definition having all the columns required the job fails giving the following error message : "SQL statement has incorrect number of result columns" The sql works fine and ...