Hi,
I have a table with two columns
id_test1 id_test2
1 Null
2 Null
3 Null
4 Null
5 Null
How can I update or populate the id_test2 as below?
id_test1 id_test2
1 256
2 214
3 147
4 987
5 561
Thanks for any tips