Hi guys,
I've a question for you:
I've a table with (lets say 10 rows). One of these rows contains a list of numbers separated by a | - for example:
134|454|5664|554|245|4663
9344|6523|6664|554|295|432
2334|4240|3948|894|745|11
3434|24|564|9954|4345|13
What I need to do is take these individual values out of the record and create a new table with them so that the table would look like this:
Field
--------
134
454
5664
554
245
4663
9344
6523
6664
554
295
432
2334
4240
3948
894
745
11
3434
24
564
9954
4345
13
I need to create this table evry time a user logs in as it will be updated in the first table.
Any help would be very much appreciated.
Thanks,
Andy
I've a question for you:
I've a table with (lets say 10 rows). One of these rows contains a list of numbers separated by a | - for example:
134|454|5664|554|245|4663
9344|6523|6664|554|295|432
2334|4240|3948|894|745|11
3434|24|564|9954|4345|13
What I need to do is take these individual values out of the record and create a new table with them so that the table would look like this:
Field
--------
134
454
5664
554
245
4663
9344
6523
6664
554
295
432
2334
4240
3948
894
745
11
3434
24
564
9954
4345
13
I need to create this table evry time a user logs in as it will be updated in the first table.
Any help would be very much appreciated.
Thanks,
Andy