Hello,
I am new to MySQL and, among the various documentation I have read, I have not come across any means of storing arrays as fields. For example, what would be a wise method of storing an array of integers as a field? The only way I could think of is storing a varchar of space-separated integers that would be converted in-program. However, I do not want to set off on a wrong path, so I ask for your help.
Thanks in advance,
Vlad.
--
People here are not only very knowledgeable, but also polite and helpful. My sincere congratulations to everyone.
I am new to MySQL and, among the various documentation I have read, I have not come across any means of storing arrays as fields. For example, what would be a wise method of storing an array of integers as a field? The only way I could think of is storing a varchar of space-separated integers that would be converted in-program. However, I do not want to set off on a wrong path, so I ask for your help.
Thanks in advance,
Vlad.
--
People here are not only very knowledgeable, but also polite and helpful. My sincere congratulations to everyone.