Hi Friends
I have a sql question, We have the source data as below.
101 address1, address2, address3
and the output shoulb like below
101 address1
101 address2
101 address3
Required a SQL query for this output.
Please let me know if you have any sql query for this.
Thanks in advance.
Hari M
Answer Posted / ksks
Make use of UNPIVOT to split one record into many rows:
select id,address from T1 unpivot (address for address_type in (address1,address2,address3))
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are tpump utility limitations?
Highlight all the modes that are present under Confidence Level.
What is the opening step in basic teradata query script?
Explain the teradata primary index mechanics in detail with a diagram.
What are the different softwares used with their functions in teradata?
What is primary index and secondary index?
How to select first n records in teradata?
Can you fastexport a field, which is primary key by putting equality on that key?
Hi Friends, Please send me Teradata Materials for certifications Thanks in advance !!
What are the primary characteristics of the Teradata.
When tpump is used instead of multiload?
How many tables can you join in v2r5?
Why managing the data is important?
What is meant by a Virtual Disk?
Explain the parallel data extension in teradata?