Hi,
Due to bad table design (not my design either i am quick to point out!) i am having trouble with a select query. Records are stored in the table as follows:
Histid Eventtype
2 Notes: This is a test note.
2 Type: Free Format
The notes in eventype on the top row relate specifically to the 2nd row. What i want to produce is this:
histid Type Notes
2 Type: Free Format Notes: This is a test note
Is this possible to do without the use of Temp tables?
Thanks & Regards
Justin
Due to bad table design (not my design either i am quick to point out!) i am having trouble with a select query. Records are stored in the table as follows:
Histid Eventtype
2 Notes: This is a test note.
2 Type: Free Format
The notes in eventype on the top row relate specifically to the 2nd row. What i want to produce is this:
histid Type Notes
2 Type: Free Format Notes: This is a test note
Is this possible to do without the use of Temp tables?
Thanks & Regards
Justin