Archives of the TeradataForum
Message Posted: Fri, 18 Nov 2011 @ 07:59:57 GMT
Subj: | | SQLA sometimes gives CLOB and other times |
|
From: | | Anomy Anom |
<-- Anonymously Posted: Thursday, November 17, 2011 20:58 -->
I am using SQLA 13.1 . When I query a table with? very large column size like VARCHAR(31000)
If I query that column by itself ?without joining the table that has it , SQLA will return that as a CLOB and understandably because , I asked
it to do that when the # Char exceeds the limit in options , but other times it will NOT give? the o/p as CLOB and will fill in the individual
columns?
this happens when the table that contains the column is part of a join . I am not doing any casting on that column. This happens by itself.
Anyone have an explanation for that behavior?
|