I want to use the mysql command line to do this
select rec_id from records where condition=true; update records set thisfield="beer" where rec_id in (the previous list of selected records);
Some clever person must have figured this out. I'm on 3.23.4x,... not v4 MySQL. THANKS!
"Surfinbox Shares" - A fundraising program that builds revenue from dialup Internet users.
select rec_id from records where condition=true; update records set thisfield="beer" where rec_id in (the previous list of selected records);
Some clever person must have figured this out. I'm on 3.23.4x,... not v4 MySQL. THANKS!
"Surfinbox Shares" - A fundraising program that builds revenue from dialup Internet users.