Teradata Syntax Trouble - response (1) by dnoeth
What datatype is START_Y? If it's already a DATE: START_Y <= DATE '2012-03-26' Dieter
View ArticleTeradata Training Material available - response (11) by jcnorri
hi todd, can yo send it to jcnorri@gmail.com Thanks
View ArticleTeradata Parallel Transport Wizard Ver. 13.10 Issue. - forum topic by jewilkes
I tried searching for a similar question and did not find it. New to the forum, so my apologies if I missed it. I am able to generate a script and press the "Finish" button. However, when I do I get...
View ArticleTeradata Training Material available - response (12) by rajibdatta
Hi Todd, can you please send the material to rajib.datta@gmail.com?
View ArticleStored Procedure Vs Bteq - response (2) by rajeev saravanan
Hi All, Any help on the above would be very useful. looking forward Thanks R.Rajeev
View ArticleTPUMP for Active Ware housing - response (2) by Nishant.Bhardwaj
Thanks Carlos for your reply..so just got a doubt in mind that previous to TPT , in which load Utility in TD, active ware housing/Real time feed was supported?
View ArticleTranspose columns to rows - response (2) by Chandrashekarks
Thanks Dieter for the solution.
View ArticleFastExport Access Module Error - response (3) by bshkris
Hi, I am experincing the same issue, but submitting the job thu mainframe system. UTY4019 Access module error '4' received during 'File open'operation: 'Requested file not found' even though specified...
View Articlehow know the difference between compress table and general table ? - response...
This is current as of 13.10, I'm not sure whats available in 14.0. It depends which type of compression you're talking about. There are 3 main types of compression Multi-Value Compression(MVC),...
View ArticleTeradata Training Material available - response (13) by xiangpzhang
Hello Todd, Very interesting on the material, and can u sent to zxp24@126.com ? Thx Peter
View ArticleBteq is not working on my system - response (2) by Mani-sh
yeah i tried through bteq window and command prompt also. in both i'm getting same problem.
View ArticleBteq is not working on my system - response (3) by Mani-sh
but the same bteq application is working on my frnd's system. is there any configuration need to made?
View ArticleTruncation of Data while Bteq Export - response (7) by rajanimandava
Can you please try the below .EXPORT RESET
View ArticleTeradata Syntax Trouble - response (2) by smart351
Oh thank hyou for your response! I didn't get an email so I didn't think I had one. :) START_Y is DATE. It displays as 2012-03-26. However, the syntax above (START_Y <= DATE '2012-03-26') has been...
View ArticleTeradata Syntax Trouble - response (3) by dnoeth
YEAR is an ODBC function which doesn't exist in StandardSQL/Teradata, but the ODBC driver replaces it with correct syntax. This is always causing confusion, because it's ony working in SQLA and only...
View Articlequery for getting elapsed time - response (3) by MBR
Hi all Thanks for replying its working fine... Regards
View ArticleTeradata Syntax Trouble - response (4) by smart351
There is. Here is my full code which works: Select RATE_TYPE_N, CURRENCY_ALPHA_C, USD_EXCH_RATE_START_Y, USD_EXCHANGE_RATE_Q, EXPIRE_Y, EFF_OUT_Y from TERAVIEW.EXCH_RATE_VW Where CURRENCY_ALPHA_C =...
View ArticleTeradata Syntax Trouble - response (5) by dnoeth
There's no BTEQ mode :-) Using Teradata's own JDBC tool "Teradata Studio" everything's ok, seems to be an issue with your tool. You might try writing a java date literal instead of DATE '2013-02-26',...
View ArticleTeradata Syntax Trouble - response (6) by tomnolan
Dieter is correct that the Teradata JDBC Driver does not have a "BTEQ mode". What is the data type of the EXCH_RATE_START_Y column? If the EXCH_RATE_START_Y column is a DATE already, then there is no...
View ArticleLog out action method - response (2) by KontantinK
Thank you for your reply. I used the first suggestion and for spring context I used this: AfbManager afbManager = null; HttpSession session = sessionEvent.getSession(); ApplicationContext...
View Article