LMSouq
database Open

mysql update column with value from another table

LE
LeoSam
1 month ago
3 views
Problem Description
I have two tables, both looking like id name value =================== 1 Joe 22 2 Derk 30 I need to copy the value of `value` from `tableA` to `tableB` based on check name in each table. Any tips for this `UPDATE` statement?

AI-Generated Solution

Powered by LMSouq AI · GPT-4.1-mini

✓ Solution Ready
Analyzing problem and generating solution…
Was this solution helpful?
Back to Knowledge Base