qualify rank() over (partition.....question - response (11) by Kanch
Thanks Dieter :) I am getting the desired output. Thanks Kanch
View ArticleMigrating Cursors in Teradata - forum topic by drmkd17
Hi all, Can anybody suggest the best way to migrate cursors of Oracle???Will temporary tables serve this purpose better. Forums: Database
View ArticleWhy subqueries in case are not working in teradata? - response (7) by...
Thanks Dieter. We are on TD 13.10 but its not working as is, so trying to rewrite as outer join. Regards, Ashish
View ArticleNeed Help on two questions about TD architecture - response (7) by Santanu84
Thanks for your help
View ArticleWhy subqueries in case are not working in teradata? - response (8) by...
Hi Dieter, As you said the syntax should work on TD 13.00, but same is not working on 13.10. Can you pls suggest some changes to achieve same on TD. Below is my complete query, select distinct...
View ArticleGrouping Contiguous Data - response (6) by paulxia39
Why I can't use TD_SYSFNLIB.TD_NORMALIZE_OVERLAP_MEET?And I also not fund TD_SYSFNLIB(user or database?).My database version is 13.Thks for anyone who answer me.
View ArticleWhy subqueries in case are not working in teradata? - response (9) by dnoeth
Hi Ashish, this query is actually running in Oracle? I don't think any other DBMS allows Scalar Subqueries based on a Dervied Table/Inline View. But it should be easy to rewrite :-) Move "a" into a...
View ArticleWhy subqueries in case are not working in teradata? - response (10) by...
Hi Dieter, Thank you very much for your suggestions and modifications. But still i am getting "Illegel expression in WHEN clause of CASE expression". Yes this query is running in Oracle as well....
View ArticleUnable to catch the exception 7632 - forum topic by techie359
The exception 7632 is not caught by the below exception handler declare exit handler for SQLEXCEPTION Begin set sqlcd= SQLCODE; sel errortext into SQLmsg from dbc.errormsgs where errorcode= sqlcd;...
View ArticleGet question on Sum function in TD - forum topic by xiangpzhang
hi, I am a layman in TD, and come across a Sum function issue. sel created_date (format 'YYYY/MM') (char(7)) as month ,count(*) as overall ,sum(table1. amount) as overall_amount ,sum(case when...
View ArticleGet question on Sum function in TD - response (1) by shilpa1
Following query can be used - SEL created_date (FORMAT 'YYYY/MM') (CHAR(7)) AS MONTH ,COUNT(*) AS overall ,SUM(table1. amount) AS overall_amount ,COUNT(CASE WHEN amount>300 THEN 1 END) AS...
View ArticleInstalling and Congiuring Teradata TPT 64 in Linux - forum topic by...
Linux 64 Bit issues: 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 ArticleCursors in teradata - response (4) by sws123s
@mdgmilen I was implementing a simialr thing kindly let me know, why the last row is fetched twice?
View ArticleTeradata Aster: Transfer files from local host to VM - forum topic by Ankit Jain
Hi All, I have windows xp operating system with 64 bit on which i have installed VM player. I have setup Teradata Aster with queen node and worker node with the following IP 192.168.100.100(queen) and...
View ArticleThere is another way to remove a volatile table? - response (4) by egmarrugo
Thanks, for your help I see: SQL Reference - Data Definition Language - Syntax & Examples. Sorry for my english.
View Articlevba to teradata sql - forum topic by mensssanvi
Hi all, I'm sort of new to this site so forgive me if my posting doesn't make any sense -:). anyway, is there anyone out there that can help me replicate the below VBA code into teradata SQL? Thanks in...
View ArticleTeradata Training Material available - response (49) by drmkd17
Hi, please send it tome on krat17@gmail.com
View ArticleAggregate Operations with Case Specific data - forum topic by Mandar.Nayak
Hello All, I have a report that is generating SUM for various code values. The data on which the aggregate is being run has a mix of upper and lower case data for the same value (e.g. 'AB',...
View ArticleSQL and Explain sometimes not visible in query monitor - response (1) by gryback
Visibility of SQL and Explain plans in Viewpoint have a number of dependencies which you have alluded to above. Let me provide a high level explanation for everyone's benefit. The "Session Sampling"...
View Article