in reply to
arrays in database
Arrays are typically represented in relational databases using a table like this:
SEQUENCE INT VALUE TEXT
[download]
Then you can use the SEQUENCE column in an ORDER BY clause.
Comment on
Re: arrays in database
Download
Code
In Section
Seekers of Perl Wisdom