I have 2 tables, one With a unique key the other With no unique key. In both tables there are one column "name" which are identical. I want to update table two With the unique key from table one where table.one.name = table.two.name. There are multi rows in table two, only one in table one.
Is this possible?