0
votes
2answers
41 views

Extract number on string and use as filter

I would like to extract a number in a string and use it as a filter. My data looks like this: AAAA_01_01_AAA BBBB_01_02_BBB CCCC_01_03_CCC DDDD_01_04_DDD I would like to extract the 2nd set of ...
2
votes
1answer
32 views

Teradata Drop Column returns with “no more room”

I am trying to drop a varchar(100) column of a 150 GB table (4.6 billion records). All the data in this column is null. I have 30GB more space in the database. When I attempt to drop the column, it ...
0
votes
2answers
40 views

Find columns with NULL values in Teradata

I would like to find the columns in a table that has a null value in it. Is there a system table that have that information?
2
votes
1answer
43 views

Teradara: Casting Seconds to Hours, Minutes and Seconds

I need to cast a Duration, measured in seconds, Decimal(18,0) to Hours, Minutes and Seconds. e.g.: 8192 Seconds => 2:16:32 (Hours:Minutes:Seconds) I've found (here) that I can do this if the ...
0
votes
1answer
29 views

Teradata Viewpoint Alerts and BTEQ [closed]

Is there any way to pass a Viewpoint Alert Property (in this particular case ${SessionNo}) to a BTEQ script? I'm using 13.10 version and the Notification Service (which can execute a bteq script and ...
0
votes
2answers
46 views

multiple select in one query [Teradata]

I'm trying to do multiple select from diff tables and just have a result in one column. SELECT COUNT(*) FROM tb1 union SELECT COUNT(*) FROM tb2 union SELECT COUNT(*) FROM tb3; output should be ...
3
votes
1answer
50 views

SSIS Import from Multiple Data Sources

I have a little bit of a challenge. I have to consolidate some data that is coming from three different databases (Oracle, SQL Server, and Teradata). How can I retrieve the data from TeraData and ...
0
votes
1answer
33 views

SQL If two records exist, choose which one you want to display Teradata

Sorry for the poor title/description. What is happening is I'm joining to another table by ID but the data is coming from two different admin systems (CLONE and GRASN) Is there any code I can add to ...
0
votes
3answers
46 views

how does “case when index” statement compare to “case index” statement

I tried to research about this command, but I can't seem to find a concrete explanation to it. What is "case when index"? what does it do? how is it differ from case when? When is it used? Is this ...
0
votes
1answer
76 views

Insert from Select (Teradata)

I have the following SQL statement: select cast (count(*) as bigint) from (SELECT oldtable.id,oldtable.day,newtable.newid from oldtable left outer join newtable on oldtable.day between ...
2
votes
1answer
46 views

The Best Approach for this Data Transformation

I'm simplifying reality for the sake of simplicity... I have a table with millions of Temperature observations: ObservationID, LocationID, Observation_Date, Temperature I want to write a query, but ...
3
votes
1answer
81 views

Row_Number() over 2 billion records (Teradata)

I am working with a Teradata warehouse, and I am using row_number in one of my sql scripts. The record set I am trying to use my script on is larger than the maximum of the integer value threshold. ...
0
votes
0answers
51 views

Hierarchical Primary Index in SQL Table

I would like to construct a sql table that identifies people using two fields A and B. It is a hierarchical relationship, so the B's always belong to some kind of A. When creating my table, should ...
0
votes
2answers
110 views

Teradata client on Unix Solaris

I deploy some .bteq and .sql scripts on a TERADATA database. For doing this, I use a client on my desktop called BTEQWin version 13.10.0.03. I get the .bteq/.sql from a version control like pvcs/svn ...
-3
votes
1answer
107 views

SQL query to select dates between date - 30 days [closed]

I have a query here that im trying to make but I'm having troubles getting it working. So essentially what I want to do is to make a query to search between a date given minus 30 days... so anything ...
0
votes
0answers
26 views

Duplicating records for a date range

I have to duplicate records from week level data and push it back so that it fills in the previous week with the data. So i get a row for 1/6 which is a Saturday, and then fill in all the columns to ...
0
votes
1answer
1k views

Converting Phone Number Format to 'XXX-XXX-XXXX'

I have some code that I wrote in Teradata that joins 2 separate tables: SELECT A.*, B.MTN_1 FROM TABLE_1 AS A JOIN TABLE_2 AS B ON A.ACCT_NUM=B.ACCT_NUM WHERE A.MTN=B.MTN_1 The only problem is, ...
0
votes
1answer
34 views

Return line with oldest and latest timestamp

I'm working on a sql script right now inside TERADATA and what Im trying to get it so when I search for a specific USERID it will return the USERID and have the OLDEST and LATESTRSLVD_DTTM timestamp ...
0
votes
3answers
46 views

Returning 2 lines based on 1st and last entries

I am trying to pull 2 lines per USERID, the first line being with the oldest date(RSLVD_DTTM), the second being with the lastest(RSLVD_DTTM) Here is what I currently have USERID VIRTUAL_PROFILE ...
1
vote
1answer
184 views

Teradata SQL Syntax - Common Table Expressions

When using multiple CTE's in MSSQL 2008, I normally separate them with a comma. But when I try this in a Teradata environment, I get an error with the syntax. Works in MS SQL: WITH CTE1 AS (SELECT ...
1
vote
4answers
73 views

LEFT JOIN FIlter

If I have two tables - Table_A and Table_B - and if I am using LEFT JOIN to join them, how can I filter only those rows from Table_B which joined with the rows in the Table_A more than once? DB ...
1
vote
1answer
95 views

How do I return distinct records in Teradata SQL when joining tables that have two entries per record?

Title is a bit of a mouthful, but essentially I have two tables, one with incident data, say, incident_data that contains things like the Incident ID, date, time, and other structured fields. The ...
0
votes
0answers
62 views

Special Characters in Database Table

I have Excel file. From that file I made .csv file just by copy/paste. the .csv file serves to insert the date in the table. DB Flavor is Teradata. here is the problem: when I load the data some ...
0
votes
7answers
61 views

Extract max datum

I have two tables: "su" and "wb". Left join is made between them on attributes "su.a" and "wb.b". The table "wb" also contains "l_datum" field. Desired output: make left join between tables but take ...
0
votes
1answer
59 views

SQL loop in select

Need to update a column in our database. A column which can have upto 7 sets of numbers separated by a space between them. like 3548 132 760 2348 123 346 37 982 439 I need to update these columns ...
0
votes
1answer
78 views

Retrieve huge number of records ( 300000 ) using a c# code from a table (Teradata Database)

I have a portion of a code where I need to get the data from the table for a particular condition ( where accountid = ' ' ) . The data retreival is a very slow process . Retreving record it self ...
0
votes
2answers
163 views

recursively increment a date in sql

I am working on a historical conversion of data and was wondering if there's a more efficient way to accomplish a date increment. I receive a data from a source system on a saturday date (1-7-13) and ...
1
vote
4answers
68 views

Alternate query to join two seperate queries

My sample queries as follows: SELECT q3.* FROM ( ( SELECT prod_id, prod_name, cust_id FROM sell_info ...
1
vote
1answer
188 views

How to transfer data between databases with SELECT statement in Teradata

So I am stuck on this Teradata problem and I am looking to the community for advice as I am new to the TD platform. I am currently working with a Teradata Data Warehouse and have an interesting task ...
1
vote
2answers
295 views

sql rows into columns pivot table

I have sql view like this: id date_from date_to 1 2005-01-05 2005-05-10 1 2005-01-05 2005-05-10 1 2005-01-05 2005-05-10 2 2005-01-01 2006-08-31 2 2010-01-01 2010-06-30 3 2005-01-01 2005-06-30 ...
1
vote
2answers
53 views

counting events over flexible ranges

I am trying to count events (which are rows in the event_table) in the year before and the year after a particular target date for each person. For example, say I have a person 100 and target date is ...
2
votes
4answers
182 views

What is the effect of multiple SQL set operators in a single query?

I am trying to understand what is happening with an existing query that has multiple "set" operators. Various web searches I've tried have not revealed anything, nor has my quick review of the ...
0
votes
1answer
260 views

teradata : filtering alpahanumeric & only alphabets

i have data in one of the columns which looks like column data: 1.A123BDG 2.ADGHKKL 3.12HJKLL 4.78GHUBD 5.GHJKUIP 6.KGJHGJG Now i have to filter out the data in such a way that i have ...
0
votes
1answer
90 views

Conditioning on multiple rows in a column in Teradata

Suppose I have a table that looks like this: id attribute 1 football 1 NFL 1 ball 2 football 2 autograph 2 nfl 2 blah 2 NFL I would ...
0
votes
0answers
93 views

Making an Adjacency Matrix Using Database Table

My table has the following structure: Column 1 - Product_Catalog_Elemet_KEY Column 2 - Product_Catalog_Element_NAM Column 3 - Parent_PCE_KEY Column 4 - Rec_Start Column 5 - Rec_End (9999-12-31 marks ...
1
vote
3answers
241 views

Finding Start and end Date for a week given the week of a year in Teradata (SQL)

I am doing data conversion and i need to get the start and end dates of a given week. My source has the date stored in a single int column 'year_wk'. Examples for this column would be 201201 - ...
3
votes
1answer
165 views

RowID in Teradata

I need to pull a row ID with a select statement. Something that is similar to the row ID of oracle. How would I do that in Teradata? I am trying the following query but it is throwing error. select ...
0
votes
2answers
270 views

Date range comparison using varchar columns in Teradata

I've been tasked to take a calendar date range value from a form front-end and use it to, among other things, feed a query in a Teradata table that does not have a datetime column. Instead the date ...
0
votes
0answers
145 views

Creating a Hierarchy (Tree Structure)

I have an excel file in which the tree structure is presented. What I have to do is transfer this structure into the database table. Which I did. The problem I encountered concerns updating the ...
0
votes
3answers
74 views

Can I create a build a dynamic where clause using the entries from a table

I am having a Metadata table as below: RULE_NAME COL_NAME COL_VAL RULE_1 COL_1 ABC RULE_1 COL_5 XYZ RULE_2 COL_2 123 RULE_2 COL_3 A2d5 RULE_2 ...
3
votes
2answers
92 views

Hierarchical vs. Short-Circuit assigment in SQL?

In SQL, the following conditional assignment construct is short-circuit, i.e. the decision variable receives the expression corresponding to the FIRST true when clause: case when (...) then ...
1
vote
1answer
315 views

Teradata Performance issue and example

I am facing an issue in our Teradata QA environment where a simple query that ran in under 1 minute is now taking 12 minutes to complete. This select is pulling 5 fields based on a simple inner join ...
1
vote
1answer
91 views

Avoid duplicating calculations when filtering by an aggregate of an aggregate?

I am trying to pull monthly sales of stores which exceeded sales of 10,000 units per month at least 6 months in the past year. My source sales table is daily. Therefore, I am calculating sales for ...
0
votes
1answer
104 views

Get n random records where n is stored in a table [duplicate]

Possible Duplicate: How to randomly select rows in SQL? Suppose that -- in Teradata 12 -- I have a table TXN that has Transaction_ID and Store_nbr. Suppose also that I have a table SAMP ...
0
votes
2answers
199 views

How do I search for a five digit number in a string column?

What I'm trying to do is determine (Using Teradata SQL) if a person's zip code has accidently been put on an address line. I've looked on various forums and I can't find any similar questions. ...
0
votes
1answer
75 views

Will dropping transient journals affect other users?

Teradata SQL Assistant fails to create a new table due to the error "No more room in database DBC". I figured out that the Transient Journal is taking up too much space. I, personally, have no ...
1
vote
1answer
215 views

How can I get Teradata SQL Assistant to autocomplete my columns while writing queries

Just installed Teradata SQL Assistant 13.0 and I would like for it to display a list of columns within the table I'm selecting while building the query. Example: SELECT * FROM TABLE1 T WHERE ...
0
votes
2answers
803 views

How to insert multiple records using single insert statement in Teradata?

In teradata, can we insert multiple records using single insert statement in query. If yes, how ?
1
vote
3answers
94 views

Name a column as the current date

I am using Teradata SQL Assistant and I would like to create a column with the name being the actual current date (eg. 19/12/2012).
0
votes
1answer
91 views

Import Issue in Teradata

I have a cell value "80/90" in a .csv file. While importing into Teradata using sql assistant, the value shows up as "?". The dataype of the column given was CV (Character Variable Length). ...

1 2 3 4 5