Hi,
Does anyone have any ideas how I get tableA to look like tableB? Ignoring the fact that the design of tableA is way short of ideal, it's what I have to work around, so any help will be greatly appreciated:
tableA
id item stamp
1 111111;111112;111113;111114 10/03/2011 12:00:35
2 111115;111116 10/03/2011 12:10:00
3 222333;222444;222555 10/03/2011 12:20:00
4 851112;321321;321258;232132 10/03/2011 12:30:00
tableB
id item stamp
1 111111 10/03/2011 12:00:35
2 111112 10/03/2011 12:00:35
3 111113 10/03/2011 12:00:35
4 111114 10/03/2011 12:00:35
5 111115 10/03/2011 12:10:00
6 111116 10/03/2011 12:10:00
7 222333 10/03/2011 12:20:00
8 222444 10/03/2011 12:20:00
9 222555 10/03/2011 12:20:00
10 851112 10/03/2011 12:30:00
11 321321 10/03/2011 12:30:00
12 321258 10/03/2011 12:30:00
13 232132 10/03/2011 12:30:00
Thanks,
--
Steven
Does anyone have any ideas how I get tableA to look like tableB? Ignoring the fact that the design of tableA is way short of ideal, it's what I have to work around, so any help will be greatly appreciated:
tableA
id item stamp
1 111111;111112;111113;111114 10/03/2011 12:00:35
2 111115;111116 10/03/2011 12:10:00
3 222333;222444;222555 10/03/2011 12:20:00
4 851112;321321;321258;232132 10/03/2011 12:30:00
tableB
id item stamp
1 111111 10/03/2011 12:00:35
2 111112 10/03/2011 12:00:35
3 111113 10/03/2011 12:00:35
4 111114 10/03/2011 12:00:35
5 111115 10/03/2011 12:10:00
6 111116 10/03/2011 12:10:00
7 222333 10/03/2011 12:20:00
8 222444 10/03/2011 12:20:00
9 222555 10/03/2011 12:20:00
10 851112 10/03/2011 12:30:00
11 321321 10/03/2011 12:30:00
12 321258 10/03/2011 12:30:00
13 232132 10/03/2011 12:30:00
Thanks,
--
Steven