Re: Multiple Column Keys with Auto Increment

2002-03-13 Thread ImpactNET - Edgar R Gutierrez
nt: Thursday, March 14, 2002 2:13 AM Subject: Re: Multiple Column Keys with Auto Increment > At 01:02 AM 3/13/2002, you wrote: > >Greetings!!! > > > >I would just like to know if the following is normal: > > > >I created a file TRANSACTION_LOG.sql to create an I

Re: Multiple Column Keys with Auto Increment

2002-03-13 Thread BD
At 01:02 AM 3/13/2002, you wrote: >Greetings!!! > >I would just like to know if the following is normal: > >I created a file TRANSACTION_LOG.sql to create an InnoDB table with MULTIPLE >KEYs with one AUTO COLUMN. > >The file consists of the following SQL commands: > >drop table TRANSACTION_LOG; >c

Re: Multiple Column Keys with Auto Increment

2002-03-12 Thread DL Neil
Greetings Edgar, > I would just like to know if the following is normal: > > I created a file TRANSACTION_LOG.sql to create an InnoDB table with MULTIPLE > KEYs with one AUTO COLUMN. > > The file consists of the following SQL commands: > > drop table TRANSACTION_LOG; > create table TRANSACTION_LO

Multiple Column Keys with Auto Increment

2002-03-12 Thread ImpactNET - Edgar R Gutierrez
Greetings!!! I would just like to know if the following is normal: I created a file TRANSACTION_LOG.sql to create an InnoDB table with MULTIPLE KEYs with one AUTO COLUMN. The file consists of the following SQL commands: drop table TRANSACTION_LOG; create table TRANSACTION_LOG (SESSION_ID int(1