Re: copying of information into a table from another with conditions (using where)

2005-03-17 Thread SGreen
Mahmoud Badreddine <[EMAIL PROTECTED]> wrote on 03/17/2005 03:16:47 PM: > Hello, > I imported tow tables from an Access database to MySql. > Call them table1 and table2. > > Both tables came with unique identifiers (ID1 for table1 and ID2 for > table2)which were generated automatically as a reg

copying of information into a table from another with conditions (using where)

2005-03-17 Thread Mahmoud Badreddine
Hello, I imported tow tables from an Access database to MySql. Call them table1 and table2. Both tables came with unique identifiers (ID1 for table1 and ID2 for table2)which were generated automatically as a regular integer index(0,1,2...N-1) for an N set of data. I would like to get rid this ty