I have a select list, the data is numeric and would be in the DCR like this: 1,2,4,6,7,9 with any number of possible selections.
Since I need this in the DB, what are my options.
My favorite: dump it in a char 1024 and let the app server parse it.

Since that will likely not fly, what else can I do ? It is not a replicant so I cannot add is_replicant=yes (that is really the type of functionality I need)
This should have a simple answer, I would like to have it drop the individual #s into a set of INTs.
What am I missing ?
Andy