Hi I have a table called MessageValue which has fields like
- MessageId | Key | Value
following are the values
- 1054176 |File Type|Source
- 1054176 |Number of Records|43
- 1054177 |Number of Records|22
- 1054177 |File Type|Target
I need a result set like
- MessageId | Filetype | NoOfRows
WITH VALUES LIKE
- 1054176 | Source | 43
- 1054177 | Target | 22
Kindly help me with this .
Thanks,
Kannan
↧