Archives of the TeradataForum
Message Posted: Mon, 10 Sep 2012 @ 13:59:51 GMT
Subj: | | Re: Difference between 3523 and 5315 |
|
From: | | Frydryszak, Marek |
Both errors can be reached on the same version ( 13.10)
If you try to refer the "whole" table ( T(a char, b char) in my example), you will get 3523 and "database.tablename" in the message, e.g.
Sel * from T
Sel * from dbc.dbcinfo cross join T
But sel a from T and sel a,b from T return rc=5315 with message containing "databasename.tablename.columnname".
Despite the fact, that sel * from T and sel a,b from T are equivalent
|