Hi o/ I have a table with 2000 names and emails.. and I did UPDATE list SET email = '' without the WHERE and now all rows is null in column email..
I have a backup made with pg_dump.. is there a way to restore only the email data? Thanks!!
Hi o/ I have a table with 2000 names and emails.. and I did UPDATE list SET email = '' without the WHERE and now all rows is null in column email..
I have a backup made with pg_dump.. is there a way to restore only the email data? Thanks!!