Minute Difference Between Time Datatypes - response (2) by ciw916
Interesting! Thanks, Dieter. It looks like it's expecting something between ) and INTERVAL. I'm not too familiar with this function...do you know what that might be?
View ArticleMinute Difference Between Time Datatypes - response (3) by dnoeth
Ops, the INTERVAL is not needed, just remove it: (SEC.CALL_START_TM-PRI.CALL_END_TM) day(4) to second AS TIME_DIFF Dieter
View ArticlePPI - response (5) by bispsolutions
Dera All, At BISP a free demo class of Teradata is scheduled on Saturday, 25 May at 8:00 AM IST Below is the link to join the sessionhttps://global.gotomeeting.com/join/183467293 Alos you can registere...
View ArticleIntellipaat provides Hadoop online Training. - forum topic by sunitajain
Intellipaat provides Hadoop online Training. Hi, We will start a new Hadoop Developer batch from 26th May’13. Course Content Link: http://intellipaat.com/courses/big-data/#HadoopDevelopers-1...
View ArticlePPI - response (6) by pawan0608
Please don't post any marketing stuff in any techinal disucssion thread or tehnical forum.. it waste other's time ...
View ArticleNew to Teradata - Update a table with another records in same table -...
Solution: update ggg_1 t1 set t1.product_from = (select product_to from ggg_1 t2 where t2.duration = t1.duration - 1) where t1.duration != 1;
View ArticleACCOUNTING CPU usage fpr UDF - forum topic by m.tahoon
We want to create UDF to perform some text manilulation like Oracle UDF's. To Evaluatet he effectiveness of these function we are planing to compare CPU utilization for the query using these UDF's and...
View ArticleMinute Difference Between Time Datatypes - response (4) by ciw916
I had to add in a filter that said the time difference was also greater than 0...but it worked perfectly! Thank you so much, Dieter. That one was really stumping me.
View ArticleACCOUNTING CPU usage fpr UDF - response (1) by ulrich
Which TD version do you run? And which UDF language do you use? To my knowledge does 13.10 account for C UDFs but I am not sure about JAVA. At least in the past Java UDF CPU usage was not captured in DBQL
View Articlevolatile table as select..with data - not loading data - response (9) by td_2020
Hi paulxia39,breidy As above they said,We always put 'ON COMMIT PRESERVE ROWS' like below syntax So we can save vt_tmp data rows for further usage. CREATE MULTISET VOLATILE TABLE vt_tmp AS ( SELECT...
View ArticleBiased value frequency and interval statistics percentage - forum topic by...
When I run a sql query show statistics values …. There are two sections in the statistics, Biased Value Frequency and Interval statistics. Is there any reference mentioning what's the percentage of...
View ArticleIntegers/Decimal stored with leading spaces in Teradata 14 - forum topic by kjg
Hi, I am working on Teradata 14 and i see that integers/decimal are stored with leading spaces in table. I haven't seen this behavious previously. create volatile table tmp1 ( col DECIMAL(8,2) ) on...
View ArticleACCOUNTING CPU usage fpr UDF - response (2) by m.tahoon
it's C and we are 13.10. So it will be accounted though !
View ArticleRestrict User view of DBC.Tables - response (2) by ALovick
TablesV and TablesXV don't seem to exist on my system, but TablesX works. Thanks,
View ArticleRestrict User view of DBC.Tables - response (3) by dnoeth
What's your release? The V-views should exist since TD12. Dieter
View ArticleUsing Table Stats as a user - forum topic by ALovick
I know that Teradata uses stats to define the explain plan, and collect lots myself. However, we are interested in scanning the cardinality of each column in our new results table. A query like this...
View ArticleUsing Table Stats as a user - response (1) by CarlosAL
Tony: HELP STATISTICS gives you the values that you seem to be interested in. You can query the different tables/views that store the statistics, but you'll need to decipher the 'BYTE' values into...
View ArticleUsing Table Stats as a user - response (2) by dnoeth
Hi Tony, http://developer.teradata.com/node/9598 Dieter
View ArticleTeradata,Training related - forum topic by ManishNayek
Hi, I am a new bee in Teradata, is there any good institute in Hyderabad for learning ?Tags: taining teradetaForums: Database
View ArticleHyperlink in teradata table - response (2) by jbitanga
Hi, I would like to view the data in the hyperlink of a field, how do I go about it? I need to export the data without the hyperlink instead I need to get the actual data in it? I would appreciate...
View Article