1
Answer

replace all the values in one column in mvc

Photo of Hans Amar

Hans Amar

7y
672
1
we want to replace all the values in one column with a specific data
from this: 
 one
 two
 three
 to this
one
one 
one
 

Answers (1)