Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5530

RossMitchell on "MySQL Query: How do I take off what a field has and add it to another one?"

$
0
0

This is what I would do:

Take a backup of the database.
Run you above query, extract the results into a CSV file.
Load the CSV file into a spreadsheet.
Workout various UPDATE statements for your different tables, one per row.
Transfer the statements into a text editor, thence run in your SQL browser.


Viewing all articles
Browse latest Browse all 5530

Trending Articles