2
Answers

How to update the table with multiple column names

Photo of Vasanth Jack

Vasanth Jack

8y
559
1
I have a column like this
 
string id=1,2,3
 
This 1,2,3 are columns name.
 
1 is a column name,2 is a column name,3 is a column name
 
I want to update value to this three columns  

Answers (2)