Hi All,
I have a table with 3 fields like id,mark1,mark2 and I would
like to update a mark3 field that would calculate the max
for each record (so the max value of the 2 fields) in
Teradata
ID Mark1 Mark2 Mark3
1 10 20
2 20 30
3 40 10
4 50 50
I Have to write a update statement Mark3 with max value of
mark1,mark2 fields…like bellow
ID Mark1 Mark2 Mark3
1 10 20 20
2 20 30 30
3 40 10 40
4 50 50 50
Please any one help me ....Thq
Answer Posted / rajesh
I didnt understand ur question,give me correct question and
excat o/p u wanted ,send example o/p what u wanted
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the various etl tools in the market?
Can we collect statistics on multiple columns?
What are the various indexes in teradata? Why are they preferred?
What are some commonly used bteq scripts?
Explain vproc in teradata?
What are some primary characteristics of teradata?
How do you do backup and recovery in teradata?
Explain teradata architecture?
Explain teradata utilities?
What is bteq utility in teradata?
What is real time and near real time data warehousing?
What are the different table types that are supported by teradata?
My table got locked during mload due to a failed job. What do I do to perform other operations on it?
What is meant by a dispatcher?
Difference between multiload and tpump?