Categories
What operator to add data to a SQL cell?
There is a cell. Let with the TEXT attribute. Which operator can add data to it? Do not overwrite, namely add? We have text1 Add text2 Result text1text2 Thank you!
Answer the question
In order to leave comments, you need to log in
UPDATE myTable SET field = concat(field, 'text2')
https://stackoverflow.com/questions/3765631/how-ca...
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question