Re: auto_increment id

2004-03-11 Thread Stefan Schuster
> "Stefan Schuster" <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I have a question about auto_increment: >> >> I have 2 tables, on of them holds my "online transactions", the other >> one the "offline transactions". Every tra

auto_increment id

2004-03-11 Thread Stefan Schuster
Hi, I have a question about auto_increment: I have 2 tables, on of them holds my "online transactions", the other one the "offline transactions". Every transaction is created in the first table (call it t1) and then moved to t2. The id is generated using auto_increment. My problem is that the id