Teradata DBLink - response (1) by CarlosAL
Hi joe. TD14.10 is expected to bring dblinks (sort of). Also, there are some C-written UDFs that can mimic the dblink functionality. Cheers. Carlos.
View ArticleSession to Node Mapping - response (6) by sip.shankar
THanks a lot Carlos and TomNolan. THis is extremely helpful.
View ArticleConvert Text to Proper Case is huge problme - response (7) by amit.saxena0782
Hi , the above query is able to format the output upto two words in a string, its not searching for the second space. column data as below before query run: wrath of titans serious hospital (disk)...
View ArticleCount of Records within 7 days of Timestamp - response (2) by Chopper1979
Morning Dieter, Thank you for your reply. The table I'm using contains over 7 million names and contact dates and times for all contact between April 2012 and May 2012. Average rows per user is 3 and...
View ArticleTeradata Training Material available - response (28) by 4AM
Hi Todd, Can you please send training material to an.maier@web.de Thanks, Andreas
View ArticleTeradata 14 certification material - forum topic by KhushbuAgrawal
Hi, I want to appear for Teradata 14 certifications. Can anybody guide me from where i can get or purchase ebooks for all level of teradata 14? And from where i can get the exam questions dump as well...
View ArticleSummarize the total by category - response (1) by KS42982
You are not supposed to GROUP BY on all the columns of your select when you are doing SUM. Just do GROUP BY on the first column and you should get all the metrics at the category level.
View ArticleBLANK FROM SOURCE IS CONVERTED TO 0 while loading into Table - response (4)...
I think you can still have BLANK values in the INTEGER column if you INSERT without quotes, like - INSERT INTO TST_TABLE(col1,col2,col3) values(20,,20); (assuming there is no DEFAUL value to this column)
View ArticleTeradata DBLink - response (2) by tomnolan
Data Mover is our recommended product for moving data from one Teradata system to another.http://www.teradatamagazine.com/Article.aspx?id=13432 TPT can use an ODBC driver to communicate with Oracle,...
View ArticleTeradataR charcter truncation - forum topic by tangeman1
sqlSave(channel = tdConnection, dat = table, tablename = "db.table", append = F, rownames = F, colnames = FALSE, verbose = F, safer = TRUE, addPK = F, fast = T, test = FALSE, nastring = NULL, varTypes...
View Articleusing a calculation done in the previous row in this row's calculation -...
Thanks Dieter. I am always amazed at how quickly and accurately you guys answer posts. Unfortunately, I have one more wrinkle... this works fine, but basically I need this inventory to reset with...
View ArticleCast CHAR/VARCHAR to VARBYTE - forum topic by veskojl
Is there a way to convert string data into varbinary data type. I want to use the BYTE/BIT manipulation functions on a string column, but they can recieve only BYTEINT,INT, BIGINT and VARBYTE data...
View Articleusing a calculation done in the previous row in this row's calculation -...
I need this inventory to reset with each new item-location combinationThis sounds like you could simply add a "PARTITION BY item, location" to the SUM. Dieter
View ArticleConvert Text to Proper Case is huge problme - response (8) by dnoeth
Hi Amit, in TD14 there's an INITAP function, before this is part of the exting Oracle UDFs. Dieter
View ArticleCluster level Archive!!! - response (2) by jamesl
Hi, its me again, one more additional implementaiton related question, How do I find out what cluster number is associate each machine (node) in the clque. thanks.
View ArticleTeradata Training - Bangalore - response (29) by terabtk
Hi all..FYI since i got benfited from this. I want to share below info.. If you guys are looking for Teradata classes contact Mr. Manohar. He is very clear in teaching and covers 100% topics....
View ArticleTeradata Training Material available - response (29) by terabtk
Hi all..FYI since i got benfited from this. I want to share below info.. If you guys are looking for Teradata classes contact Mr. Manohar. He is very clear in teaching and covers 100% topics....
View ArticleReg: Teradata Training - response (4) by terabtk
Hi all..FYI since i got benfited from this. I want to share below info.. If you guys are looking for Teradata classes contact Mr. Manohar. He is very clear in teaching and covers 100% topics....
View ArticleTeradata Fastload - forum topic by dannana27
I'm trying to load a flat file using Teradata Fastload. The data file has been created using python script and the delimiter is Ctrl+A which I believe is equivalent to '\x01'. Here's the syntax I...
View ArticleInstall Teradata Client on Unix Sun Solaris SPARC and general x86 machines -...
Install Teradata Client on Unix Sun Solaris SPARC and general x86 machines Hi In Windows, I have Teradata GUI client installed that I use to run some .bteq and .sql scripts/queries on a database. So,...
View Article