Hello,

I would like to perform a specific data management task which will affect
a combination of checks for the operations "INSERT" and "UPDATE".
Such a functionality became part of the SQL standard as the operation "MERGE".
https://en.wikipedia.org/wiki/Merge_%28SQL%29

It seems that the support for it is still evolving in database implementations
and corresponding software libraries.

Now I am looking for a solution around a similar use case.
How should anything be added (or appended) to the value of a column in a query
as a single action?

Regards,
Markus

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to