I want to create a table which contains a field with multiple values.
I familiar with the “set” type, but the problem is that I don’t know exactly all the value in advanced.
Does anyone know a solution?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can put them as comma-separated values (strings) in the column, and use the
find_in_setfunction to query (in case you want to).ADD:
You could later query as shown below:
For instance, to search for all rows which have
value1as a value in that column, use this: