Postgresql – Postgres update Query for Array column
This is so simple query. I need to update Bookings tables', LinkedBookings column (int array data type) to it's own Id. Below query didn't work for me. update public."Booking" b set "LinkedBookings" = {"Id"} Above is giving below error, SQL…