Hi,
I am new to teradata. I have a requirement where i have to write two adjacent rows in a table as a row in a new table.
Can somebody please help me.
My source table:
============
A
B
C
D
E
Target table should look like this:
=================
A B
B C
C D
D E
↧