Quantcast
Channel: Teradata Forums - All forums
Browsing all 27759 articles
Browse latest View live

Casting integers.... - response (1) by dnoeth

Hi Dan, my crystal ball is "not working", too.What doesn't work, is there an error message?

View Article


Select data from one row, while on another row in the same table. - response...

Hi Genesius, the CTE is a Common Table Expression, similar to a Derived Table (aka Inline View), just easier to use when you need to access the same Select twice. You probably run this query on an...

View Article


Casting integers.... - response (2) by danimaltex

Hi Dieter -  I just cant figure out how to successfully cast a VARCHAR(5) into a INT field through a select.  SELECT BlgProdInstID, AcctID, DataSrcTypeCd,  CAST(BlgPrdSvcCd as int),  BlgPrdPckgCd,...

View Article

Teradata Connectivity Using Windows PowerShell - response (6) by brockappleby

Fantastic thanks!

View Article

Hadoop threat to data warehouse vendors - response (3) by goldminer

Hadoop was not designed to be a production database.  Don't have to worry about anyone using Hadoop as their data warehouse single source of the truth.  To many issues with transaction recovery,...

View Article


FLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...

This is not a FLOAD job. This is a TPT job. The error message you are getting is a syntax error. In order to help you, you need to provide the entire script. You are either missing a semicolon...

View Article

TPT multiple instances using mainframe host (Syntax error). - response (26)...

It appears as though your installed TPT components are not in sync with each other. The error is telling you that the message catalog is not the correct one for the installed version of TPT (a componet...

View Article

MLOAD ERROR : "UTY4019 Access module error '4' received during 'File open'...

Which access module are you using? What version of MLOAD are you using? 

View Article


Cpu and io skew -99% - forum topic by Tnewbee

Explain select add_months (a.period_dt, 1) - 1 as DataDate, ‘DSL' as Rskdmn,   a.org_cd as NCS, a.rec_typ_nm as ProdDesc, c.dmcl_st_cd as USState,   c.cor as Country,  sum(Amt)/1000000.000000 as...

View Article


Casting integers.... - response (3) by ulrich

but this means that at least one row contains a value which can't be converted into an integer. Which version are you on?

View Article

Casting integers.... - response (4) by Raja_KT

Do you mean? CAST(BlgPrdSvcCd as integer) and not as CAST(BlgPrdSvcCd as int)

View Article

having trouble with basic bteq and ksh - response (2) by teradata_chela2

Hey k1ng ,   If my understanding of ur query is correct You need to exoport the data into a file . Below example will help . .LOGON localtd/dbc,dbc; bteq << EOF .EXPORT FILE = C:\TX\out.txt; .SET...

View Article

Cpu and io skew -99% - response (1) by Raja_KT

Initial thought: Without much info,just the explain, a quick glance, looks like your OR clause. How about replacing with IN? Modeling is one part , where I see that should have been taken care where...

View Article


Pointers for TD Certification - response (1) by Raja_KT

My suggestion is , based on the content and context of certification and referring to the release notes, you go specific to the features of utilities, tools..db in detail. The questions may not be...

View Article

FLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...

Hi, I am using 15.0 teradata client I am having doubts regarding FLOAD. We run fload using Cmd eg; C:/FASTLOAD < fld filename; Is it right? I am having a case stmt in the select list, Is case...

View Article


Subquery in Case Statement - response (6) by sk8s3i

When we use a case statement in select list, the subquery must return one and only one value. Imagine a query returning values more than a field can take. You can select something like MAX(field) from...

View Article

AVG() FUNCTION RETURNING DIFFERENT VALUES FOR SAME INPUT - forum topic by...

HI   I am using the average function to find the average of column having many rows. Each time i execute the query i get different result sets. The change is very small in precision. Ex. 16.12345678...

View Article


FLOAD Script throws error "TPT_INFRA: At "select" missing SEMICOL_ in rule:...

FastLoad is for loading data into TD from an external source.  But your script doesn't load any data, you try to use a Select as source, of course this will not work. Why don't you simply write a SQL...

View Article

AVG() FUNCTION RETURNING DIFFERENT VALUES FOR SAME INPUT - response (1) by...

Hi Arun, the resulting datatype of an AVG is a FLOAT. What's the datatype of the base column? You can rewrite an any AVG(column) using SUM(column) / COUNT(column) which will use the original type (but...

View Article

MLOAD error code need to be captured - forum topic by SAP

Hi , I have a written  a stored procedure to release mload for the tables on which MLOAD is active . I have used DECLARE CONTINUE HANDLER FOR SQLEXCEPTION  INSERT INTO ERRORTABLE .......; But i am...

View Article
Browsing all 27759 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>