Hello All,
I need some help with a crosstab. Here is what Im trying to do.
I have a table that will look like this:
ID RawData Serial
-- --------- ------
1 0.7162 0005
2 0.7175 0005
3 0.7165 0005
I need the query to look like this:
ID Serial RawData1 RawData2 RawData3
-- ----- --------- --------- ---------
1 0005 0.7162 0.7175 0.7165
I keep getting alittle close but can't yet get it....
Any Ideas?
Thanks,
I need some help with a crosstab. Here is what Im trying to do.
I have a table that will look like this:
ID RawData Serial
-- --------- ------
1 0.7162 0005
2 0.7175 0005
3 0.7165 0005
I need the query to look like this:
ID Serial RawData1 RawData2 RawData3
-- ----- --------- --------- ---------
1 0005 0.7162 0.7175 0.7165
I keep getting alittle close but can't yet get it....
Any Ideas?
Thanks,