Postgresql – How to shuffle column values while keeping same dataset
I would like to to shuffle some columns from a table in Postgres database. I have 2 millions rows. I need to update all not null values by another. I need to keep the same dataset. It's not possible to…