Re: [PHP-DB] Updating table with data from another table in the same database

2002-01-10 Thread markus|lervik
On Wednesday 09 January 2002 19:49, you wrote: > =A daunting task indeed, however it's a move for the better, so more power > to your right arm/kung-fu grip... However let's not jump to quickly to PHP, > and keep it all within MySQL if we can... I was hoping we could ;-) > =So you started with

Re: [PHP-DB] Updating table with data from another table in the same database

2002-01-09 Thread DL Neil
Markus, > I have the daunting task of porting an Access database to > MySQL. It's unbeliveably poorly designed, and columns > id, name, issn, year, info, volume, numbers and remarks. > I made another table, names, that's got columns id and name. > > I used > > INSERT INTO names (name) SELECT DIST

[PHP-DB] Updating table with data from another table in the same database

2002-01-09 Thread markus|lervik
Hello, all! I have the daunting task of porting an Access database to MySQL. It's unbeliveably poorly designed, and columns id, name, issn, year, info, volume, numbers and remarks. I made another table, names, that's got columns id and name. I used INSERT INTO names (name) SELECT DISTINCT ma