Is it posible in MySQL to update a column from another table colum?
I have a new table where I want to update empty column/rows with the data from the old table
the new table rows match the old table rows.
I've been googled around on this, but cant find any answers.
I've tried this without any luck:
"UPDATE articles SET pubdate = SELECT Publisert FROM artikler"
can anyone help me please,
thanks in advance,
Thomas