Find the value of the latest date - response (3) by HP
how about select top 1 Event_Date from table cheers HP
View ArticleODBC TO UTF8 - response (1) by HP
go to ODBC DSN, configure, at the bottom of the window you will have a drop down for "session character set" where you can set it up to utf8. Cheers HP
View ArticleAggregate Operations with Case Specific data - response (3) by Mandar.Nayak
Thank you Adeel and Deiter. The query is a regular SUM query - SELECT RGN_CD, SUM(PD_AMT) FROM RGN_PYMNT GROUP BY 1. The column is defined as not casespecific. This isnt really an issue but I am just...
View ArticleETL managment - forum topic by giorgio.gamberi
Hello, i'm a newbie with Teradata, i have just used the DB to run some inquiry on tables. I have to build an ETL from zero using this DB, i have experience with Oracle PL/SQL but I'm not aware how it...
View ArticlePartition Usage - forum topic by godspeeddeepak
Is there a way to find last access date and time of partition of a table in Teradata?Forums: Database
View ArticleEstimate and Actual are different and causing PJ. - forum topic by BPP
Hello All; I am looking for your valuable suggestions on this. Query which used to work with out any issues is now giving hard time. Same query runs fine (<3 min) on prod but goes into product...
View ArticleETL managment - response (1) by BPP
Teradata offers different tools to load and unload data from Teradata DBMS. Type this "teradata load and unload utilities" in google and go through the results for more knowledge about them....
View ArticleEstimate and Actual are different and causing PJ. - response (1) by Shelley
It appears that the stats on the table being aggregated in step 13 are out of date. There might be stats on the same columns but those stats do not represent the current contents of the table. Show...
View ArticleTeraadata DBA Training - forum topic by praveen manam
HI All, Does any one where can i find training DBA materials or classes for the same. Forums: Database
View ArticleTeraadata DBA Training - response (1) by praveen manam
any good training institutes for Teradata
View ArticleTeradata 12 and Subqueries - response (8) by SPOLISETTI
dnoeth, We are on TD 13.10. Can you please go through Query 1 and Query 2 and answer my questions below? Thanks in advance!! Query 1: (Scalar ) ------------------------------------------ sel a1,b1,...
View ArticleHow to Add Day to Date Prompt in Pass Through SQL?? - forum topic by TcognosD
Hi all, I am building a SQL in which I have a date prompt. My back end is Oracle and the column I am using has datatype of DATE. Below is the condition I am using. Where BGN_DATE <=...
View ArticleTeradata 12 and Subqueries - response (9) by dnoeth
I'm not a Teradata developer, but all DBMSes have severe problems rewriting Correlated Scalar Subqueries, that's why i always try to avoid them :-) In your case i would a 3rd query, it's the easiest...
View ArticleEstimate and Actual are different and causing PJ. - response (2) by dnoeth
Are you taljking about the same problem as SPOLISETTI?Teradata 12 and Subqueries Avoid Correlated Scalar Subqueries and rewrite then to Outer Joins: Select m1.CLM_HDR_KEY, m1.CLM_NBR as CLM_NBR,...
View ArticleHow to Add Day to Date Prompt in Pass Through SQL?? - response (1) by dnoeth
I don't know how the prompted date is passed to the query, but adding days in Teradata is just adding numbers: #sq(prompt('ToDate', 'date'))# + 30 Dieter
View ArticleGMT to EDT conversion in Teradata - response (3) by Georg75
If you have to take into account dailight savings time you should use the following syntax: Found in TD 14.0 docu (SQL Functions, Operators, Expressions, and Predicates; Chapter 7: DateTime and...
View ArticleActivity count zero for TPump UPDATE or DELETE - forum topic by Jessy Mahesh...
Dear Team, I am loading tables in teradata using Tpump loader (through Informatica). Created error table with "Activity count zero for TPump UPDATE or DELETE." Can someone tell me if there is any way...
View ArticleCreating a new secondary index on table - response (5) by muhammadfahad.18
dbqlobjtl_sum, which tables is this can you please tell?
View ArticleSecondary indexes - response (5) by muhammadfahad.18
is there any way i can find that on which columns i shall make SI on a table any view or any query please share
View ArticleSecondary indexes - response (6) by Adeel Chaudhry
Its not about view or query .... rather it more relates to the use of the table in question. How the table is going to be accessed? Which columns will be used in joins? What type of queries are to be...
View Article