Answer the question
In order to leave comments, you need to log in
Why is there no query result in postgresql?
Actually there is a query like:
UPDATE table
SET column = subquery.column2
FROM (VALUES (1148339, 'something'),(1148340, 'something'),(1148341, 'something')) as subquery
WHERE id = subquery.column1
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question