Suppose i have data like
2009/12/31
555555534
' '
Generally last 2 records are wrong format it is going to
error table but i don't want load error table if any wrong
format in Date column Pass "NULL" how can we do it fast load

Answer Posted / tdguy

IF it is always the last two records, then use RECORD
option. Assuming 1000 records are present, use the below
option to avoid the last two records
RECORD THRU 998;

Is This Answer Correct ?    2 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are differences between teradata and ansi session modes in teradata?

617


Briefly explain each of the following terms related to relational database management system (rdbms) – database, tables, columns, row, primary key and foreign key.

587


What type of indexing mechanism do we need to use for a typical data warehouse?

613


How do you determine the number of sessions?

610


Explain the parallel data extension in teradata?

652






In Teradata, what is the significance of UPSERT command?

587


What are the string manipulation operators and functions associated with teradata?

633


What is the syntax for case when statement?

585


What is the use of fallback?

558


While creating table my dba has fallback or no fallback in his ddl. What is that?

686


What are the functions of a teradata dba?

596


In BTEQ, how are the session-mode parameters being set?

653


What is the difference between fastload and multiload? Which one is faster?

596


If the PMON is not working then how do you manage and monitor all processes, resources and sessions etc.

1663


Define views in teradata with syntax.

635