Hi
Is there a way to have mysql table column as an array like Varrays in oracle8i.
Like this:
Let us have the table test which has the column category.Is it possible like
category arraytype. (like varrays).
Then the category can be defined with the elements like
subcat1 varchar(10)
subcat2 varchar(10)....and so on.
If i asked a wrong question i am very sorry for that.I am new to mysql database.
Thanks
srini