23 | 24 Mar 2008 @ 06:26 PDT | Database | Topic | How to insert a string with quotes into a char datatype? | Hi,I have a table with the following definition:CREATE SET TABLE db_name.tbl_a ,NO FALLBACK , NO BEFORE JOURNAL, NO AFTER JOURNAL, CHECKSUM = DEFAULT ( col1 CHAR(10) CHARACTER... |
22 | 05 Mar 2008 @ 12:56 PST | Database | Topic | Macro | Hi,create macro a(col1 char(10)) as(sel *from :col1;);3707:Syntax error,expected something like a name or '(' between the from keyword and ':'why is this error coming... help please |
21 | 10 Dec 2007 @ 01:08 PST | Tools | Topic | Neoview | Advantages of using teradata over neoview? |
20 | 06 Dec 2007 @ 06:26 PST | Tools | Reply | .OS command | Got the answer....We used the RC(return code) from the bteq as an input to the jcl (using if clause)and further execute the mailing part. i.eJCL JOB://s1 exec pgm=xyz --> calls the ... |
19 | 04 Dec 2007 @ 12:56 PST | Tools | Topic | .OS command | Hi,we are doing a conversion from unix to mainframe.In which we have the following os command in bteq script:.os mailx -r "xxxxxx" -s "STEPyyyy-- Personal" abcd@xyz.com < error_message.txtNow we... |
18 | 03 Dec 2007 @ 01:11 PST | Database | Reply | how to round the percentage? | Its because you are performing integer division and then casting it.Eg: sel 1/4 will also return you 0. and further casting it will not help.what you can try is :select cast( 1/293.0000 * 100 as ... |
17 | 28 Nov 2007 @ 10:01 PST | Tools | Reply | INMOD/OUTMOD | Hi,all of them are a bit complex...i want one simple but effective one ...can somebody help me out ... |
16 | 28 Nov 2007 @ 09:57 PST | Database | Reply | collect stats prob | Thanks a lot Issac.You made things more clear. |
15 | 28 Nov 2007 @ 05:10 PST | Tools | Topic | INMOD/OUTMOD | Can anybody give a small example of INMOD and OUTMOD?How do we actually call/write them? |
14 | 27 Nov 2007 @ 10:00 PST | Database | Reply | collect stats prob | Got it .. Thanks a lot |
13 | 27 Nov 2007 @ 05:11 PST | Database | Reply | collect stats prob | hi ,But why is it reqrd to collect the stats before loading into the table? |
12 | 27 Nov 2007 @ 04:14 PST | Database | Topic | collect stats prob | Hi,Is there any performance improvement if statistics is collected first and then the table is populated?i.ecreate table tbl_a(col1 int,col2 char(4) ....);collect stats on a column (col1);THENinser... |
11 | 27 Nov 2007 @ 04:00 PST | Database | Topic | collect stats prob | Hi,Is there any performance improvement if statistics is collected first and then the table is populated?i.ecreate table a(col1 int,col2 char(4) ....);collect stats on a column (col1);THEN |
10 | 16 Nov 2007 @ 10:35 PST | Tools | Reply | Informatica 7.1.3 and Teradata V2R6 | But still there is a time difference...Is it because informatica calls mload and other utilities through API's and relational queues?If informatica is better .. Then its better to learn informatica... |
9 | 16 Nov 2007 @ 06:18 PST | Tools | Reply | Informatica 7.1.3 and Teradata V2R6 | I have a question...Why does informatica take more time to load than teradata utilities(Fastload and multi load)? |
8 | 14 Nov 2007 @ 04:09 PST | Database | Reply | Distinct V/s Group By | Got it ...Thanks a lot ..... |
7 | 14 Nov 2007 @ 01:13 PST | Database | Topic | Distinct V/s Group By | I have a table with 20 million records ... I am doing various join operation on these set of records to get some distinct values...when i use:sel distinct col1,col2..... col12 from tbl i am gett... |
6 | 29 Oct 2007 @ 06:24 PDT | Database | Reply | problem with derived table | Thanks a lot guys.... |
5 | 19 Oct 2007 @ 08:43 PDT | Database | Topic | problem with derived table | i had a situation where i ahd to select 3 columns from 3 different combination of table i.etables: A,B,C each table has a million records sel temp.a1,temp1.a1,temp2.a1from(sel a1 from A inner j... |
4 | 10 Oct 2007 @ 06:20 PDT | Tools | Reply | Problem with bteq | i think the error was because of the data ... the table that i was updating was a 'set table' that might be the reason i guess ...I had pasted the o/p of the log file above .. hence there is a .GOT... |
3 | 08 Oct 2007 @ 10:56 PDT | Tools | Topic | Problem with bteq | I was running an update bteq script and i got the following error:UPDATE SCRIPT HERE*** Total elapsed time was 18 minutes and 43 seconds. *** Update completed. 196376 rows changed. *** Total elapse... |
2 | 13 Jul 2007 @ 06:29 PDT | Database | Reply | what does this error mean? | Thank you |
1 | 11 Jul 2007 @ 05:32 PDT | Database | Topic | what does this error mean? | error: Target row updated by multiple source rowson executing the following update stmt ;i am getting the above errorupdate target_tbl T --> this table is a set table from (derived table --> this t... |