How to format a decimal column in Fast Export - response (6) by chaitanya09
Hi Rajeev, Can you suggest me the fast export script such that I can export the data into an excel?
View ArticleThe same user already logged on to DBS... - response (4) by michael.galperin
As a portlet user, running a job using Data Mover (and recieving the same error), how would someone 'log off the other active sessions'? Thanks, - Michael
View Articlerowkey - response (5) by Ramaiah_ch
Hi Experts, as like Row id in the Oracle what is the unique identifier in Teradata apart from primaryindex hash value, i want to know the as per this comment ( rowid is the combination of rowhash and...
View ArticleHow to format a decimal column in Fast Export - response (1) by dbehuray
Try using CAST(CAST(<sum> AS DECIMAL(21,4) FORMAT '----------------9.9999') AS VARCHAR(21)) \\ Dibya
View ArticleHow to format a decimal column in Fast Export - response (3) by Qiuying
Dear Posters, My company is looking for a Subject Matter Expert with Teradata Certification for any level. What is a Subject Matter Expert? In this case it is a Certified professional who will be in...
View ArticleLT,WT,ET,UV tables - response (15) by TDALEXIS
Hi, I would like to know the Error limit for Multi Load. When I submit a job in Mainframe, MLOAD job abend if any error occurs (Data type constraints or unique violation) while loading into a table?...
View ArticleCheck row is Numeric or not - response (5) by xaeru
What about ISNUMERIC() ? http://msdn.microsoft.com/en-us/library/ms186272.aspx
View ArticleHow to install external UDF libraries on Hot Standby Node (HSN)? - response...
Any user or third party code needs to be installed / compiled using DDL (optionally via supplied "package" SPs) as documented in the SQL Reference "External Routine Programming" manual. That includes...
View ArticleHow to find the records having NULL values - topic by Mathuram
My table is having 250 columns, i need to retrieve the records having NULL values, few of the columns having NULL Constraint, so i left those columns in my query. SEL * FROM TableName WHERE Col1 is...
View ArticleUsing .HANG command with DROP statement in the same line is not working -...
Hi, Any comment, anybody???
View ArticleUsing .HANG command with DROP statement in the same line is not working -...
Looks like there's a HEADING defined (although i don't know how you can get the SELECT in it). Do a SHOW CONTROL to see the settings and try a FORMAT OFF to switvh off the header. Dieter
View ArticleHow to find the records having NULL values - response (1) by Qaisar Aftab Kiani
In my point of view I think thats the only way of finding the records with null value in any of the column i.e. ignoring the columns with not null constraint and checking for the NULL values in the...
View ArticleHow to format a decimal column in Fast Export - response (7) by rajeev saravanan
Hi Chaitanya, If you are running the Fast export in UNIX then you can try creating the output file a comma seperated one with a .csv extention i.e have "," as your delemiter ex: abcdef,hijklmno,wer and...
View ArticleHow to install external UDF libraries on Hot Standby Node (HSN)? - response...
Hello Fred, no, we install the UDFs with the create/replace SQL command from BTEQ. My assumption is that it only compiles the shared objects on the active nodes, not the HSN. Similar to the...
View ArticleDo not insert a record into a table with a foreign key. - topic by DTV
We get error when we insert record into the table with foreign key on column «KEY»: create table t1 ("KEY" integer not null primary key); create table t1_1 ("VERSION" integer not null primary key,...
View ArticleHow to install external UDF libraries on Hot Standby Node (HSN)? - response...
Refer to the orange book of UDF (search Teradata database user defined function User's guide) section 2.2.3.3 Registration process for Packages. You can compile your code to .so (sahred library) on...
View ArticleWork around to simulate a variable Partition in RANGE_N - topic by SteveD
Hi -- Below is code that will give me a ranked count the number of calls (in our IVR call table) for a particular BTN (business telephone number). However I seem to be forced to use fixed dates in...
View Article