Answer the question
In order to leave comments, you need to log in
How to update table records by pairs old value -> new value?
There is a table and a dozen records:
CREATE TABLE test
(
id serial,
target_id integer
);
INSERT INTO test (1, 1206);
INSERT INTO test (1, 1210);
INSERT INTO test (1, 1211);
INSERT INTO test (1, 1250);
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