Plz help,
I have the following problem. I have a field memory_type which contains the following value 10,20,30.
item memory_type
------------
1 10,20,30
These values refer to another table which contains the normal values like
id value
-------------
10 | compact flash
20 | USB
30 | whatever
I want to transform this to
item field
----------------
1 compact flash
1 USB
1 whatever
Does anybody have an idea how to do this using SQl or is it not possible?
Thnx,
Chris
I have the following problem. I have a field memory_type which contains the following value 10,20,30.
item memory_type
------------
1 10,20,30
These values refer to another table which contains the normal values like
id value
-------------
10 | compact flash
20 | USB
30 | whatever
I want to transform this to
item field
----------------
1 compact flash
1 USB
1 whatever
Does anybody have an idea how to do this using SQl or is it not possible?
Thnx,
Chris