LMSouq
general-dev Open

Copy values from one column to another in the same table

LU
Lucas
1 month ago
3 views
Problem Description
How can I make a copy values from one column to another? I have: Database name: list ------------------- number | test ------------------- 123456 | somedata 123486 | somedata1 232344 | 34 I want to have: Database name: list ---------------- number | test ---------------- 123456 | 123456 123486 | 123486 232344 | 232344 What MySQL query should I have?

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