Find out all the groups in a data. - forum topic by barani_sachin
Hi All, Here i have to find out the Groups. Group meaning they shud have called the people in that group only. NameFrom NumberTo Number AAAA 1 3 BBBB 2 7 CCCC 3 1 DDDD 4 5 EEEE 5 4 FFFF 6 5 GGGG 7 2...
View ArticleLoad FASTLOAD Error Records into Required Format - response (1) by Eitu_teradata
Hi Suhail , I am following your different blogs for the same answer that you are requiring for . What I feel from this post of you is ,the 1st method (export and import) ,described as a potential...
View ArticleError 7628 happened in TRANSACTION mode whiling trying to insert a table that...
@dnoeth: sorry for the late response. I am using TRANSACTION in teradata session mode and I use Teradata Express Studio with TMODE=TERA connection on MAC. My stored procedure looks like this: ......
View ArticleTeradata Spool issue in Recursive issue - response (8) by abhishek_abhishek
Hello Experts : can you please help :)
View ArticleTeradata Spool issue in Recursive issue - response (9) by Raja_KT
Right now I can think think of stored procedure with nested loops, checking with if condition , after stripping each field from resiliation and compare , before inserting to a final table. Cheers, Raja
View ArticleFind out all the groups in a data. - response (1) by M.Saeed Khurram
Barani, Your dataset is confusing, Do you want to find groups based on common To_Number and From_Number?
View ArticleQuery with TOP and COUNT - response (5) by s@ir@m
ok Khurram, what is the internal functionality top function , supose we fired a sql query " sel top 10 * from emp" emp table having 100 record, it's picking the top 10 records directly from base...
View ArticleOREPLACE - response (2) by M.Saeed Khurram
JF, According to the documentation the purpose of OREPLACE is to replace a part of string with another, to get the max string size you can use: Select MAX(char_length(Col_Name)) from TableName
View ArticleData corruption in SCD 2 dim table - response (2) by singhabhijitkumar
Anyone who has performed data reconciliation on SCD 2 as mentioned in the title post?
View ArticleFind out all the groups in a data. - response (2) by Raja_KT
Sachin, I feel you can put the input and output data in tabular format using code , given in format bar. The last part of the data is not clear. It seems that anyone who makes calls from and to. Also,...
View Articleotranslate - strange behaviour - forum topic by kostek
We'we got a strange problem. We use otranslate function to detect non-number characters in a column like this: otranslate(text_column,'a1234567890','a') and then convert to decimal(if number of chars...
View ArticleHow to Pass Database Name & Table Name as Input Parameter to Stored Procedure...
Salam Mr.Adell, I hope you are fine and doing well. could you please tell me how to use select from variable as a table_name in stored procedure? for example: REPLACE PROCEDURE DD_FUNC.STEP2() BEGIN...
View ArticleQuery with TOP and COUNT - response (6) by M.Saeed Khurram
Ratnam, Without order by clause the database will return any 10 rows from the table, but this result may not be truely random. The random function does extra processing to generate a random result....
View ArticleFind out all the groups in a data. - response (3) by barani_sachin
Sry guys for the trouble, ma bad will post it in a readable format. Here i have to find out the Groups. Group meaning they shud have called the people in that group only. Name From_Number To_Number...
View ArticleFind out all the groups in a data. - response (4) by barani_sachin
@M.Saeed Khurram, Yes i want to find out the common groups@Raja_KT, It means that FFFF has made calls to DDDD & EEEEFrom Number is the number of the caller (Ex 1 is the Number of AAAA and it will...
View ArticleOREPLACE - response (3) by JF230042
What I'd like to know is what is the largest incoming value the OREPLACE function itself can process. Thanks
View ArticleStatistics Creation on Tables and Stat Subsets to Enable Faster Join Queries...
Hello, Consider the following situation: Table Alpha has the following columns: Col1 Col2 Col3 Col4 Col5 Primary Index (Col1, Col2, Col3, Col4) Table Beta has the following columns: Col1 Col2 Col3...
View ArticleDate partitioned tables - forum topic by praveen_reddy
Hi All, Can any one tell me how to pull all the date partitioned tables from the system. Regards, PraveenForums: Database
View ArticlePDCR (Performance Data Collection and Reporting database) - forum topic by...
Hi , Can any one explain about PDCR. Pls help me where i can get required information. Regards, PraveenForums: Database
View ArticleOREPLACE - response (4) by M.Saeed Khurram
oops, I thought you were asking about the string length. Well, according to the documentation "The maximum length of a VARCHAR or CLOB result value is the maximum length that Teradata supports for...
View Article