I have this table:
id name code
---------------------------
1 n1
2 n2
3 n3
and I have these values that need to be written to the code column of every row:
('8n8kKaVu','SRE2vbpQ','Vdfb7V7s')
Also, it does not matter which row a value from the above table gets set to. So lets say i want the final table to look like this:
id name code
-----------------------
1 n1 8n8kKaVu
2 n2 SRE2vbpQ
3 n3 Vdfb7V7s