Hi,
I am trying to to update one field with multiple value. 
I tried with regulare "update" command syntax does not work. How to update a 
field with multiple value.
 
regular update syntax is this, UPDATE variableInfo SET variable='A' WHERE 
variable is null;
 
but what I want to do is UPDATE variableInfo SET variable='A, B' WHERE variable 
is null;
 
when I use that command, mysql does not understand the syntax. How to update a 
field with multiple value or with an array?

+-------------+
+ variable +
+-------------+
+             +
+             + 
+-------------+
 
but I want to update this column into 
+-------------+
+ variable +
+-------------+
+             +
+   A, B   + 
+-------------+

 
thank you in advance.



                
---------------------------------
Do you Yahoo!?
 Yahoo! Small Business - Try our new resources site! 

Reply via email to