Arrays in MYSQL -
can 1 explain how store array in datadase ?
id name array_field 1 john (cricket dance) 2 wright (books hockey)
how can store in table above manner .
an array cannot stored in database. that's reason why many programmers utilize serialize() function array gets transformed string.
mysql
No comments:
Post a Comment