As you can see from the image I have a table called wpw8_postmeta
where it has four columns and I have searched for the term release and got the following results.
I want to copy the results (release_date [meta_value]) to another table called wpw8_test
using the post_id
as foreign key/primary key.
The second table looks like this
After the update will be done it should look like this