Query Rewriting. - response (1) by barani_sachin
Hi, anyone pls confirm whether both the snippets/logics are doing the same thing??
View ArticleError while casting to decimal! - response (4) by barani_sachin
Adithya, This is the complete expression sel col1 + POWER( b.col2 , 2 ) * c.col3 AS a25 here col1 & col2 are decimal (12,0) and col3 is integer. What baffles me is when i tried to cast as...
View ArticleTERADATA DATA MOVER - forum topic by gannu
Hi all,I am new to TERADATA DATAMOVER. I am looking for any supported material regarding it. Any help would be appreciated.Thanks and Regards, GandhiTags: datamoverteradatauser guideForums: Tools
View ArticleError while casting to decimal! - response (5) by dnoeth
You might open an incident with Teradata support, the possible range of values the result should fit into DEC(38,2), at least it worked when i just tried it. If there were only decimals i would assume...
View ArticleHow to find a particular table in Teradata is locked using SQL query? -...
@Sudipta: There's no table with lock information, but you might use the UDF interface to PMon data in the syslib database: MonitorSession plus IdentifyTable/User/Session @trustngs: HUT locks are...
View ArticleHow to find a particular table in Teradata is locked using SQL query? -...
Thanks Dieter. Got clarified now.
View ArticleQuery Rewriting. - response (2) by dnoeth
Yes, both seem to do the same, but why do you create a Volatile Table instead if directly using it in a Derived Table? I'm not shure but you probably want the minimum Lvl_Nbr for the maximum...
View Articlebteq repeat - forum topic by LeafNode
I need to run an insert query in a BTEQ based on the number of records in another table. SELECT BU_ID FROM TABLE1 WHERE BU_FLAG = 'A'; for example, if the output is 5 values then my insert query in a...
View ArticleTools and Utilities - response (1) by KS42982
In Fastload, you can use options like RECORD and THRU to load the rows fro Nth record to N+10. For BTEQ, I am aware of SKIP option that would allow you to load from the Nth record, but not sure how to...
View ArticleTools and Utilities - response (2) by KS42982
As I kept my thinking cap still on, got one idea. I think (not 100% sure though), you can achieve N+10 records using BTEQ if you use .SET RETLIMIT = 10 along with the SKIP option. Try it out and post...
View ArticleTools and Utilites - response (1) by Ivyuan
Hi, If you are using MultiLoad, you can take advantage of the "FOR <n>" or "THRU <n>" option in IMPORT command. For example, if there are 3 records in your data file, adding "FOR 2" in...
View ArticleTeradata Error: 3807 - Updating a View - forum topic by anandc
Hi All I am trying to update a view which is built on a table and I am receiving the following error. But my table and view is properly setup... Before updating, I am setting the database to my default...
View ArticleTeradata Error: 3807 - Updating a View - response (1) by anandc
Its very strange... I removed the Alias name from the Select statement in the View DDL and it worked...Previously my DDL was like REPLACE VIEW <VIEWNAME> (Col1, Col2, Col3....) as SELECT (f.Col1,...
View ArticleTeradata Training - Bangalore - response (30) by vnaicker
I attended just recently (Mar/Apr'2013) the classes conducted by Manohar for dba and going to take one for dev. I must say that if you are interested in concepts, you should attend a class or two to...
View ArticleTeradata Training Material available - response (35) by vnaicker
I attended just recently (Mar/Apr'2013) the classes conducted by Manohar for dba and going to take one for dev. I must say that if you are interested in concepts, you should attend a class or two to...
View ArticleOnline Training - response (22) by ramesh0725
I have finished my training with Manohar and I strongly recommend him. He has very good knowledge in the topics he teach and his teaching skills are amazing. You can reach him at sunmanu9@gmail.com...
View ArticleOnline Training - response (23) by mummana001
Excellent TeraData Training, Very well organized and provides detailed explanation for each and every TD concepts. So here is the bottom line, Stop your search for TD trainer and Start with Manohar...
View ArticleTeradata Training - Bangalore - response (31) by mummana001
Excellent TeraData Training, Very well organized and provides detailed explanation for each and every TD concepts. So here is the bottom line, Stop your search for TD trainer and Start with Manohar...
View ArticleTeradata Training Material available - response (36) by mummana001
Excellent TeraData Training, Very well organized and provides detailed explanation for each and every TD concepts. So here is the bottom line, Stop your search for TD trainer and Start with Manohar...
View Article