Hello,
Consider the following table:
Select * from tblTest;
How should I write the SQL statement to get the output as follows:
Please help guys.
Consider the following table:
Select * from tblTest;
coloumn1 | value |
y | 3 |
z | 1 |
x | 2 |
coloumn1 | value |
x | 1 |
y | 2 |
z | 3 |
Please help guys.
Comment