MySQL MySQL: Duplicate id into other column in the same table in MySQL April 5, 2013JamesLeave a comment Duplicate id into other column in MySQL. [code language=”sql”] UPDATE contest_cat SET pid = id [/code]