ODBC datetime format 'III' causing timestamp to time conversion to fail? -...
using SQLA 13.11.0.33 with ODBC version 13.10.00.05 I was getting a 5407 from doing this sel cast( current_timestamp as time) but sel cast( current_timestamp as timestamp) sel cast( current_timestamp...
View ArticleODBC datetime format 'III' causing timestamp to time conversion to fail? -...
Hi Jennifer, when you check DBQL for the bad query you'll probably see that the ODBC driver replaced TIME with INT, this setting is not only for DDL :-)'III' should not be used anymore (it's just a...
View ArticleDefault value in Create table. - response (1) by dnoeth
I'm afraid you can't, there's just DATE or CURRENT_DATE, but no calculation allowed. Dieter
View ArticleDefault value in Create table. - response (2) by drmkd17
:( In Oracle , we can do it that way. Anyways thanks Dieter.
View ArticleCheck for special character in a string - forum topic by Chandrashekarks
Dear Folks, Need to identify names with atleast one special character in TD. For ex: 'Robert John' 'Rama / Ram' '.Akbar_raj' 'New_york_2'...
View Articlecreating table names - forum topic by Abhishek.Saha
Hello Everyone, I was creating diffrent tables in database by taking year and date from the users with the help of '?' character but the problem is For E.g If i want my table to be as FY1204_BR for...
View ArticleTeradataR Question about kemans analysis - response (1) by ulrich
Can't test it right now as teradataR is not working for R3.0.0 :-( What should work is that you create a view with your two columns and call td.kmeans with this view.
View ArticleVolatile table V/S Perminent table - response (3) by vishu
HI all, i am very new to teradata, please help me with your valuable suggestions i want to know in which case we have to choose a (volatile table,global temp table,derived table) please help me
View ArticleCheck for special character in a string - response (1) by Adeel Chaudhry
First you need to define 'special characters' and then you need to use them in LIKE statement. Example: SELECT * FROM Table1 WHERE Col1 LIKE ANY ('%/%', '%.%');
View ArticleThere is another way to remove a volatile table? - response (1) by Adeel...
What do you mean my removing a VT from SP? As in VT stays created after SP is executed? Or you want to remove the usage of VT from SP?
View ArticleDivision by zero Error - response (5) by Adeel Chaudhry
Try: SELECT AVG(C2) .... if it fails .... open an incident .... if it doesnt .... its not coz of AVG.
View Articlecreating table names - response (1) by shilpa1
If you are ok with having your table name as FY1204#_BR, then you can try FY?YYDD#_BR. It will prompt you only for YYDD, and not for BR. - Shilpa
View ArticleThere is another way to remove a volatile table? - response (2) by ulrich
you can simply drop the VT table within the SP
View Articleconcatenate value of multiple rows into one Single row - response (3) by...
I am trying to create a group of ranking as shown in below table. I've used the row () over partition function it is just doing a row numbering. In fact, I want the min row number in column "clust_n"...
View ArticleSQL and Explain sometimes not visible in query monitor - forum topic by Duri83
Hello VP experts, We have noticed a weird behaviour after VP and DB upgrade to version 14. Our VP is now V14.00.00.05-b49 and DBs are on 14.00.02.05 and 14.00.03.03. The problem is that sql and explain...
View ArticleWhy subqueries in case are not working in teradata? - response (5) by...
Hi Dieter, I am also facing the same issue, for converting one oracle query to Teradata. Oracle Query: case when W_PARTY_PER_D.X_DISTRICT in (select upper(WC_ORG_EXT_XM_F.attrib_04) from...
View ArticleTELAPI Initialize error on Linux64 TPT API 13.10 "[CLI2: BUFOVFLOW(308):...
I tried to install TPT 13.10 in Linux 64 bit in linux, could not able to find any Teradata Parallel Transporter Infrastructure (32-bit) software.Only 32 Bits software availble...
View ArticleUpdating data in a table for multiple records from a file using Import -...
hi , Currently by using BTEQ and Teradata SQL assitant I am able to insert records into a table. But I want to update records in a table. I have more than 2000 records in a table and i have 200 records...
View ArticleSecondary indexes - response (4) by Adeel Chaudhry
Which ETL tool you are using? Either you can do that in pre-SQL/post-SQL .... or have a combined script from dropping and loading SIs .... or even better option is to use TPT, if possible. HTH!
View Article