CREATE TABLE Failed. 3933: The Maximum Possible Row Length in the Table is...
Do the text 'CHARACTER SET LATIN NOT CASESPECIFIC' always need to exist when creating a char type column? What is the best approach to load data from a VSAM file to Teradata.
View ArticleCreating a new secondary index on table - response (4) by teradatauser2
hi pawan, using this table doesn't help much, not sue how this table logs this data, insead i used a table dbqlobjtl_sum, this keeps summary of indexes etc. that helped. thanks anyways.
View ArticleCheck for special character in a string - response (3) by Chandrashekarks
Thanks Chaudary and Dieter. I tried 'with recursive', it worked. Regards Chandrashekar K S
View ArticleFULL PRIMARY INDEX - response (5) by Adeel Chaudhry
Full primary index is .... as Peter said .... combination of all PI columns. Every statement .... INSERT, UPDATE or DELETE .... does use PI in one way or another .... but you dont have to specify...
View ArticleAggregate Operations with Case Specific data - response (1) by Adeel Chaudhry
Please share your query for getting the SUM. Ideally it should return seperate SUM values for Aa and AA. Also, share the DDL of the table you are doing SUM on, are the columns defined as case-specific?
View ArticleIssue with Decimal(38,0) data type in BTEQ - response (6) by drmkd17
Hi, I have created a table like create table a(col1 decimal(38,0),b integer) i want to keep my col1 as identity. But when i look at the table in bteq it shows a dot after the value. Why does this dot...
View ArticleIssue with Decimal(38,0) data type in BTEQ - response (7) by dnoeth
You can use any DEC(x,0) as identity, but the range of a BIGINT is probably enough and it's only 8 bytes instead of 16 bytes for storage. And the setting to remove the dot is an appropriate format....
View ArticleAggregate Operations with Case Specific data - response (2) by dnoeth
Hi Mandar, the returned value is any of the existing values (more or less random), tere is no built-in rule like "prefer upper over lower case". If you want consistent output you should add UPPER or...
View ArticleCREATE TABLE Failed. 3933: The Maximum Possible Row Length in the Table is...
The CREATE was output of a SHOW TABLE, which automatically adds character set info. If you don't specify it there's a default: - for CHARACTER SET based on the default for the submitting user - for...
View ArticleProblem with Aliases - forum topic by drmkd17
Hi, I am facing a problem in Teradata I want to create view in DAtabase1 and have my tables in Database2 Create view Database1.view1 as sel a.col1 , a.col2 from database2.table 1 a, database2.table 2 b...
View ArticleGet question on Sum function in TD - response (2) by xiangpzhang
thank u Shilpa will try later -Peter
View ArticleFind the value of the latest date - forum topic by sbidurukoti
Hi, I have to get the value for the latest date..Say I have ID and Event Date fields. I need to get the ID of the latest "Event Date". I know latest date could be achieved by using MAX, I would like to...
View ArticleFind the value of the latest date - response (1) by mohan.mscss
Then you can go with Rank() or Row_number() functions to achieve this. Regards, Mohan K
View ArticleCREATE TABLE Failed. 3933: The Maximum Possible Row Length in the Table is...
Thanks for the info on 'CHARACTER SET LATIN NOT CASESPECIFIC' Does Teradata Load Utilities capable of reading the column headings of the VSAM files (extracting to text file format with pipe delimited)...
View ArticleProblem with Aliases - response (1) by KS42982
The only thing I do not understand from your query is the space between database2.table and 1 (same way with table 2). But I assume it is typo and you really meant table1 and table2. Are you sure the...
View ArticleODBC TO UTF8 - forum topic by iqbal898
Hello, I'd like to set my sql assistant connection from ODBC to UTF8 session. How can I do that? Thank you for your kind feedback. Regards, Forums: Database
View ArticleDifference between GTT and Volatile tables..!! - response (3) by vishu
when we have to go for these tables?
View Articleouter join & filter conditions. - forum topic by srkr
For the query below , imanagerid = 100 and iempid are being applied after join condition. select coalesce(t1.managerid,10) as imanagerid ,coalesce(t1.empid,1) as iempid from test.t1...
View ArticleInformatica ODBC Error - forum topic by goldminer
Have any Informatica users out there ever encountered the following failure: Severity: ERROR Timestamp: 4/26/2013 10:51:03 AM Node: node01_DVWPAP0031 Thread: READER_1_1_1 Process ID: 184264 Message...
View Article