Posted by bogtom on 03/30/06 01:32
I have records
ID Sku Name Date
2 41 Blair 01/04/03
3 45 John 03/04/03
that should look like...
ID 2 3
Sku 41 45
Name Blair John
.....
and so on. Number of source rows will be fixed (12) so no of target
columns will be 12 too.
Anyone know of a quick way to do this via simple SQL ?
Navigation:
[Reply to this message]
|