|
|
Archives of the TeradataForum
Message Posted: Fri, 29 May 2009 @ 15:25:03 GMT
Subj: | | Re: All select-lists do not contain the same number of expressions |
|
From: | | Fred Newbrough |
It means exactly what it says. You get this error when the number of columns in the select list do no correspond such as with a union statement
or any other sql statement where you are using corresponding alias lists such as with views insert statemets etc. Just double check the statemet
with the error column by column and it should be very easy to identity the mistake.
| |