K
K
kevus2018-06-21 20:50:55
MySQL
kevus, 2018-06-21 20:50:55

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

2 answer(s)
S
Stalker_RED, 2018-06-21
@kevus

UPDATE myTable SET field = concat(field, 'text2')

V
Victor Nasonov, 2018-06-21
@kvonosan

https://stackoverflow.com/questions/3765631/how-ca...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question