find the min & max value for the below query - forum topic by Gowtham
I need your help to find the result for the below table pil1 pil2 timp Mdat inti 3Week 3Month 1Year 9/27/2013 40 1Week 1Month 1Year...
View ArticleSenior Teradata Consultant - 12 month contract in Dubai - Tax Free.... -...
The Senior Teradata Consultant will be working with the Senior Project Manager and team in Dubai at our telco customer's site to migrate ORACLE Data Warehouse with the exact same data model into...
View Articlefind the min & max value for the below query - response (1) by dnoeth
Sorry, but your explanation is quite confusing. Could you provide DDL plus INSERTs and for each row: why or why not it's in the result. Dieter
View ArticleAutomated scripts to import flat files into Teradata?? - response (1) by KS42982
I'd suggest TPT, it would be faster and efforts to setup that up is not much too. Also, if your tables are going to have the same structure from one project to another, you could parameterize the...
View ArticleMLOAD DELETE TASK - response (1) by dnoeth
Hi Suhail, MLOAD DELETE is for deleting a large number of rows during a Full Table Scan while avoiding the Transient Journal. When you need to delete based on the PI it's a quite efficient single...
View ArticleAutomated scripts to import flat files into Teradata?? - response (2) by...
thanks....I'll give that a shot
View ArticleCEIL and FLOOR functions - forum topic by KS42982
Hi, I am trying to use CEIL and FLOOR functions of teradata in TD13 and TD14 as we have migrated to TD14 in DEV and QA but still at TD13 in PROD. Somehow, these functions work fine in TD14, but gives...
View ArticleBest way to generate the Sequential numbers : CSUM or IDENTITY columns? -...
Hi Dieter and Adeel, My REquirement is to get the Sequential with out any gaps.. does Identity column gives any gaps in between? which one is prefered for with out gaps? Cheers Nishant
View Articlefind the min & max value for the below query - response (2) by Gowtham
CREATE SET TABLE RETAIL.tab ,NO FALLBACK , NO BEFORE JOURNAL, NO AFTER JOURNAL, CHECKSUM = DEFAULT ( pil1 VARCHAR(10) CHARACTER SET LATIN NOT CASESPECIFIC, pil2 VARCHAR(10) CHARACTER SET LATIN NOT...
View ArticleCEIL and FLOOR functions - response (1) by CarlosAL
This functions are two of the new ones in TD14, (the all-new "Embedded Services System Functions") AFAIK there is no CEIL or FLOOR functions in TD13 (unless you code them in C as UDFs) Cheers. Carlos.
View ArticleCEIL and FLOOR functions - response (2) by KS42982
Oh k. I thought teradata introduced it in TD13. When I write a SQL using these in TD13 sql assitant, it turns BLUE (like any teradata function), so I thought its already there but not working. Anyways,...
View ArticleUnable to get Express 14.0 to run on VMWare server - forum topic by JJCrum
I was able to download, unpack, and start the Express 14.0 VM using VMWare Player. However, when our administrators try to get it to run on VMWare ESX they can't get it to start. Will Express only...
View ArticleMoving data from Oracle to Teradata using DataDirect ODBC drivers - forum...
Hi Gurus, Need your expertise here.. The challenge that I am faced with is to transfer data from an Oracle Instance into a Teradata system on a regular basis. I understand that DataDirect Oracle ODBC...
View ArticleMLOAD DELETE TASK - response (2) by suhailmemon84
Hello Dieter, Thank you for the response. I have always had this assumption that all restrictions with MULTILOAD are associated with the fact that multiload does not allow amps to talk to each...
View Articleselecting values from a table where max value is null - response (4) by mithunk
So, is the volatile table option compartively less effective than the COALESCE Option in the filter ?
View ArticleDynamic Column Name - forum topic by saurabhkamath
How can I create a view with Dynamic column name ? column name is dependent on the current_date something of this sort CREATE VIEW TEMP_V SELECT ID,ARTICLE, CASE YEAR_MONTH WHEN CAST(CAST(CAST(DATE...
View ArticleDynamic Column Name - response (1) by saurabhkamath
In the query mentioned above TD is not supporting Dynamic column. END AS 'REVENUE-'||CAST(CAST(DATE AS FORMAT 'YYYYMM')AS CHAR(6)) Its giving an error saying : SELECT Failed, 3707; Syntax error,...
View ArticleWith recursive in a Select - response (9) by attique.yousaf
Opzz! my bad... Anyways thanks a lot for your time!!!
View ArticleTable Header - forum topic by macktd
Hi Experts, I have a table with columns (col1,col2,col3,col4......onto col100); Obvoiusly, the table header stores in all amp. My question, Does this table header store all these columns? Exception :...
View Articlefind the min & max value for the below query - response (3) by dnoeth
When you actually have values like '8Month' and this is supposed to be less than '1Year' you should strongly consider changing your data model. i wouldn't want to write a parsing routine to define...
View Article