Thread
:
MYSQL: Multiple values in column
View Single Post
03-12-2011, 11:41 AM
KillerK
Confirmed User
Join Date: May 2008
Posts: 3,406
You could have one column called like cities_in or something
and then store it as
14|29|30
then just explode the value from that, however that's not the right way to do it.
You need to use multiple tables.
KillerK
View Public Profile
Find More Posts by KillerK