Qualify Rank Over Partition By - response (3) by ashkul
Hi Qaisar thew document http://www.teradataforum.com/teradata_pdf/b035-1101-122a_5.pdf has been removed. Any idea where I can get it from ?
View ArticleBTEQ is not returning proper error code when run file is not present. -...
thanks Fred. I will give it a whirl.
View ArticleBTEQ is not returning proper error code when run file is not present. -...
So my script should look like. Added the syntax for authentication and access particulars(should it be followed by semicolon?). Is there a general rule around when to put a semicolon. Following code...
View ArticleQuery to find tables with no stats defined/old statistics - response (4) by...
Hi Dnoeth, I was looking for your statsinfo views and new version of your stats query which has been fixed all the bugs so for. I tried with no luck on all of your blogs here, even in...
View Articlereplacement of dense_rank function in oracle - response (1) by Harpreet Singh
Refer to page http://developer.teradata.com/blog/dnoeth/2011/05/missing-functions-dense-rank here 3 methods are provided. Keep outer join outside and not in derived table.
View Articlereplacement of dense_rank function in oracle - response (2) by dnoeth
Of course this is not correct, you use two columns in the ORDER BY, but the MIN(STATE) is only a single column. Go to Harpeet's link and change the code to the 2nd version based on ROW_NUMBER() OVER...
View ArticleQualify Rank Over Partition By - response (4) by dnoeth
You don't want this document :-) It's a a link to an old V2R5 Teradata manual, you'll find the latest version at www.info.teradata.com: SQL Function, Operators ... Dieter
View ArticleQuery to find tables with no stats defined/old statistics - response (5) by...
I just noticed that the attachement is lost, i'll send it to you directly. There was some maintenance going on this week and apparently it's still not back to normal, you were the guy with the empty...
View ArticleMigration of Special Characters of UNICODE to TERADATA - response (2) by...
Hi Fred, Thanks for your time. The default client character set on our TD machine is LATIN. We have overwritten the value with UNICODE character set during execution of MLOAD loading script. PLease let...
View ArticleTimestamp format not working to get the two digit year - response (1) by mjj
Hi, There is a dbscontrol parameter named Century Break. If century break is 0 then all years in YY are 19YY If century break is 100 then all years in YY are 20YY.
View ArticleTD Version Features / Changes - forum topic by tssr_2001
Hi All, Can anyone please tell me, which document will have the list of features : 1. New Features introduced, in each version of Teradata 2. the changes/upgrades/no support details, made to those...
View ArticleTD Version Features / Changes - response (1) by dnoeth
Hi Raja, there's a Release Definition for each release, you'll find them all at www.info.teradata.com Dieter
View ArticleTimestamp format not working to get the two digit year - response (2) by balu_td
Thanks Mjj, Could plz let me know how to over come this issue in teradata..
View ArticleTimestamp format not working to get the two digit year - response (3) by dnoeth
A long time ago there was a so-called "year2k" problem :-) The dbscontrol is a global setting, for this specific import you might either concat '20' to the two digit year or add 1200 months using...
View ArticleTimestamp format not working to get the two digit year - response (4) by skrafi
HI BALU YOU CAN TRY THIS IN BTEQ UTITLITY ,IT GIVING EXPECTED O/P,I THINK THIS IS HELP FULL TO YOU sel cast('12/12/12 00:00:00' as timestamp(0) format 'MM/DD/YYBHH:MI:SS'); '12/12/12 00:00:00'...
View ArticleTimestamp format not working to get the two digit year - response (6) by skrafi
HI, I have one issue ,my table date is id name 101 xy 101 yz 102 ab 102 bc i want out put like bellow table format id name 101 xy,yz 102 ab,bc how its possible ,is there any...
View ArticleEnabling ALC, Pros and cons - response (3) by harish.palakuri
I Really Appreciate your response Simha. we are using Teradata 13.10.0506 version . Can you please tell me what is the way to Enable ALC? Thanks Harish
View ArticleTimestamp format not working to get the two digit year - response (8) by balu_td
Hi Doneth, Concat worked !! Thanks Balaji
View ArticleSpace in the database - response (13) by rajeev saravanan
Hi All, Could anyone review the above two queries and let me know of any mistakes Thanks R.Rajeev
View ArticleTD Version Features / Changes - response (2) by tssr_2001
Dieter, Thanks for the response. Can you please tell, What is the difference between Release Definition and Release Summary ???
View Article