What is differnce between Error code and Error Level in Bteq
Answer Posted / uli
in addiion to the above
Error-Coce is set with each SQL-statement
Error-level is kept for the whole Session
So, it makes a difference in conditinals
.if ERRORCODE -- question about the last statement
.if ERRORLEVEL -- question about the highest level reached
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the functions performed by bynet?
What is bteq utility in teradata?
Highlight a few of the important components of Teradata?
Discuss the advantages of using partitioned primary index in a query?
Why managing the data is important?
What is the use of virtual processor connectivity in teradata?
If I wanted to run a TPump job only once per day - basically working on a file that is produced once per day - how would you set up the parameters for that sort of job ?
In Teradata, how do we Generate Sequence?
What is smp and mpp platforms?
Steps to create a data model?
What is teradata and why it is used?
What is the difference between fastload and multiload?
What are the functions involved in shared information architecture?
What are the joins in teradata and how many types of joins are there in teradata?
Why does varchar occupy 2 extra bytes?