I have something like this:
id
3 200 31234
4 500 11111
3 google.com a-site-about-google
what I want to happen is if the id are the same move the duplicate to a different column.
id
3 200 31234 google.com a-site-about-google
4 500 11111
Is it possible to do something like that?