How do I copy content from one table with a where clause to the same table to another where clause?
So the Select Query would be: SELECT * FROM items WHERE countryNr=5;
I want now to insert all data from the above query into for example countryNr=1.
So countryNr=5 and CountryNr=1 should habe in the end the same data.