how to define array's field type?
MySQL
4
Posts
3
Posters
12
Views
1
Watching
-
hi everybody! how to define field type which will save a array?
-
hi everybody! how to define field type which will save a array?
Hi, one of the BLOB types should take care of binary data such as byte arrays. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
-
Hi, one of the BLOB types should take care of binary data such as byte arrays. :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles]
for example: id: 12565,12566,12567 how to define id's field type like int[]?
-
for example: id: 12565,12566,12567 how to define id's field type like int[]?
How is this related to MySQL? If you want to save an array in a row, you're breaking basic normalisation rules.