T
T
Timyr2894372020-12-30 14:29:54
PostgreSQL
Timyr289437, 2020-12-30 14:29:54

How to add data to the table if it is already there?

I need to add data to a column, but there is already data in the column and I don’t need this data to go somewhere, but just a word was added next to it, how to do this I use a posgresql table

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
ky0, 2020-12-30
@Timyr289437

This is not how it works in RDBMS. You need to read the necessary data, save it somewhere (in a variable or file), perform the necessary operations (in this case, if I understand correctly, concatenate with a new line), and only then do an update that will change the old to the new.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question