Sequnce generated column in Volatile table - response (5) by barani_sachin
Sry for pitching in middle. Correct me if my understanding is wrong :-) Bala, put a coalesce in the max -- SELECT coalesce(MAX(rwid),1) FROM table1. But again you wont get the same sequence when...
View ArticleCan someone plz elaborate with example on byte-packed format rather than...
Hi, Can someone plz elaborate with example on byte-packed format rather than byte-aligned format. Thanks and regards, RajaForums: Database
View ArticleHow to find the system IP of Teradata Account Locked by another user with a...
Hi My ID got locked by another user from the system.Can I know the way to find the pariticular system's IP address? Regards KVBForums: Database
View ArticleTemporal Table - forum topic by anujh
Hi, I am looking to create temporal tables in the Warehouse, If i create temporal table with 10 columns and I only want that the temporal history to be maintained for 5 columns is that possible. For...
View ArticleAdhoc SQL request - forum topic by bikky6
3 RepliesLatest reply: Jul 17, 2013 1:44 PM by KVB <:header class=js-original-header>Adhoc sql requestKVB Jul 17, 2013 11:11 AM <:section class=j-original-message> Currently Being Moderated...
View ArticleAdhoc SQL request - response (1) by bikky6
My output should look like Level0 Level1 Level2 Level3B a c fd e
View ArticleLoading Fixed Width File using Teradata SQL Import - forum topic by rk_theprince
I have a table with 50 columns. The Source File is Fixed Width File and I have to load that source using Teradata SQL Import. Where should I select "Fixed Width" while importing and How should I write...
View ArticleDifference between Application RI,Batch RI,explicit & standard RI? - response...
Thanks Fred for your response!. Can you please explain about explicit and application RI as well? cheers! Nishant
View ArticleLoading Fixed Width File using Teradata SQL Import - forum topic by rk_theprince
I have a table with 50 columns. The Source File is Fixed Width File and I have to load that source using Teradata SQL Import. Where should I select "Fixed Width" while importing and How should I...
View ArticleSQL for last year starting and ending dates - forum topic by teradata006
Hi all, I am trying to get SQL for last year starting and ending dates. Ex : 01/01/2012 & 12/31/2012.Forums: Database
View ArticleModify the partition - response (1) by Dixxie
Hi Kbos, Make a copy of your table and then try this (prior replace db_name and table_name ) : DROP STAT db_name.table_name COLUMN(PARTITION); ALTER TABLE db_name.table_name MODIFY PRIMARY INDEX...
View ArticleDifference between Application RI,Batch RI,explicit & standard RI? - response...
Explicit just means the RI constraints are declared to the database. So Standard, Batch, Soft are all explicit. The Application can also enforce RI without explicitly declaring (Soft) constraints.
View ArticleI want to separate the full name in two parts - forum topic by nileshbhaw
Hi Experts, I have to divide the full name in two parts and insert them into two diffrent columns and starting char of First name and last name should be on uppar case and rest of them should be in...
View ArticleDownload Teradata Express 13.0 for Windows - response (1) by Fred
Teradata Express for Windows is no longer available. Teradata Express for VMWare still has TD13.0 available, as well as newer versions.
View ArticleCan someone plz elaborate with example on byte-packed format rather than...
See the Database Design manual for discussion and examples.
View ArticleHow to find the system IP of Teradata Account Locked by another user with a...
The offending client IP should be recorded in DBC.LogOnOffV where Event='Bad Password' and UserName=<your ID>.
View ArticleSQL for Current Year Starting and ending dates - forum topic by teradata006
All, I am looking for a SQL that gives the current year starting and ending dates. i.e.., 01/01/2013 & 12/31/2013Forums: Database
View ArticleCross tab - Pivot - response (6) by elvicio
Hi Deiter, Thank you for the quick response. I do understand the problem if the no. of tables increase. The problem is that I am keeping history of these counts for audit purpose. This is why i am...
View ArticleAccess rights to see UDF source code in SHOW FUNCTION - forum topic by muthm
Hi, I can retrieve the C source code of UDFs by using SHOW FUNCTION (in SQL Assistant as well as in BTEQ). But this only works for UDFs that I have created myself. For UDFs created by others, I only...
View Article