using a calculation done in the previous row in this row's calculation -...
perfect. thanks again Dieter.
View Articlevalidate whether cast will work or not - response (2) by monschke
isNum is not enough. My starting point is strings, but I want to be able to convert to any data type without the SQL blowing up (can only do by removng bad records first - why I want the function)....
View ArticleBest way to generate the Sequential numbers : CSUM or IDENTITY columns? -...
CSUM(1,1) should never be used, because it skewes to a single AMP Hi Dieter, Can you please explain more about this?? Thanks, Dheem
View ArticleViewpoint Compatability - forum topic by Greyghost
What is the minimum version of Viewpoint that is compatable with the Database 14.0? Thanks! PaulForums: Viewpoint
View ArticleTeradata Error: 7547 - Deletes all the records from Target Volatile Table...
Can some one help me understand the scenario thats been happening for me I am creating a lot of Volatile Temp tables in my stored procedure. When Executing the stored procedure i am logging the...
View ArticleTeradata - How to create a partition - forum topic by Kbos
Hi everyone... I've started learning about Teradata and I have a doubt on how to create a partition....The table already exists and I suppose I need to do the Alter table sentence, however, I don't...
View ArticleTeradata Error: 7547 - Deletes all the records from Target Volatile Table...
Hi Anand, that's the expected behaviour when the NO LOG option is set, check your DDL and switch it off. Dieter
View ArticleTeradata Error: 7547 - Deletes all the records from Target Volatile Table...
Thanks a Ton for your reply Dieter...
View ArticleTPT + Named pipes - forum topic by smaiti
Hi All, I have a TPT script for extracting data from a table & writting to file using select operator, this works perfectly OK for me. Now i have this entire script of mine stored in a Oracle...
View ArticleString Concat - returning multiple rows in one string cocat row - response...
If the number of elements you want to concatenate is low, you can do something like this: sel databasename ,tablename ,max(case when rnk = 1 then ColumnName else '' end) || max(case when...
View ArticleCast from CHAR(20) to SMALLINT - response (7) by barani_sachin
Hi KS, Below is the insert stmt. create volatile table temp1 (col1 byteint)on commit preserve rows; insert into temp1 values( -1 ); insert into temp1 values( 100 ); insert into temp1 values( 101 );...
View ArticleCast from CHAR(20) to SMALLINT - response (8) by dnoeth
The range of a byteint is -128 to +127, change the datatype to SMALLINT. Dieter
View ArticleCast from CHAR(20) to SMALLINT - response (9) by barani_sachin
Sorry guys, ma bad. Thanks for u r time :)
View ArticleAPI for DBC.SysExecSQL - response (4) by paulxia39
why I can't find sysexecsql???Anyone give me the code?Thanks.
View ArticleQuery Rewriting. - forum topic by barani_sachin
Hi All, I have two versions(One is old which is being rewritten using some new standards) of code both claiming to accomplish the same thing; with the subset of data we tested both seems to give the...
View ArticleNew Teradata 13 Express Installation - Help - response (12) by msubbura
Hi All, I have installed teradata and when i try to connect to database, i m keep on getting connection time out error message, 11/04/2013 19:42:10 SQLA Version: 13.10.0.2...
View ArticleTeradata Connection Issue - forum topic by msubbura
Hi All, I have installed Teradata 13.10 and i m using .NET data provider for connection. I am getting connection time out error when connecting database, though i m having access to the database....
View ArticleConvert Text to Proper Case is huge problme - response (9) by amit.saxena0782
Thanks Dieter. We used TRIM number of times to get the desired result. We are on T12 :(
View ArticleCast CHAR/VARCHAR to VARBYTE - response (1) by veskojl
Anyone? Please don't tell me that Teradata is missing this functionality, even MySQL has a cast from string to binary: CAST(str AS BINARY)
View Article