Re: easy question

2002-06-14 Thread Egor Egorov
chad, Thursday, June 13, 2002, 4:59:13 PM, you wrote: ck> I am sure this is an easy question but I am not thinking clearly for some ck> reason. :^) ck> If you set a column to auto_Increment. You do not have to put the ck> auto_increment # in the insert statement to

Re: easy question

2002-06-13 Thread Alec . Cawley
to have the timestamp automatically inserted when an > >insert statement is run? The timestamp of the insert statement. > Try now() Hisseine - Original Message - From: "chad kellerman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 13, 2002 9:59

Re: easy question

2002-06-13 Thread mos
At 08:59 AM 6/13/2002, you wrote: >Hello, > I am sure this is an easy question but I am not thinking clearly for > some >reason. :^) > > If you set a column to auto_Increment. You do not have to put the >auto_increment # in the insert statement to get it to be i

Re: easy question

2002-06-13 Thread Gerald Clark
chad kellerman wrote: >Hello, > I am sure this is an easy question but I am not thinking clearly for some >reason. :^) > > If you set a column to auto_Increment. You do not have to put the >auto_increment # in the insert statement to get it to be inserted.

Re: easy question

2002-06-13 Thread Hisseine Dj.
rsday, June 13, 2002 9:59 AM Subject: easy question Hello, I am sure this is an easy question but I am not thinking clearly for some reason. :^) If you set a column to auto_Increment. You do not have to put the auto_increment # in the insert statement to get it to be inserted. Mysql does

easy question

2002-06-13 Thread chad kellerman
Hello, I am sure this is an easy question but I am not thinking clearly for some reason. :^) If you set a column to auto_Increment. You do not have to put the auto_increment # in the insert statement to get it to be inserted. Mysql does this automatically. Is there a way to

Re: easy question, what is "MUL

2001-07-28 Thread Jeremy Zawodny
On Sat, Jul 28, 2001 at 08:40:15AM -0700, Michael Collins wrote: > At 11:08 PM -0700 7/27/01, Jeremy Zawodny wrote: > > > I have a table that shows MUL in the key field column, what does > >> that indicate? > > > >That means it's a non-unique key. > > Thank you, but what does "MUL" stand for? "

Re: easy question, what is "MUL

2001-07-28 Thread Michael Collins
At 11:08 PM -0700 7/27/01, Jeremy Zawodny wrote: > > I have a table that shows MUL in the key field column, what does >> that indicate? > >That means it's a non-unique key. Thank you, but what does "MUL" stand for? "Multiple" keys? I suppose it is a key since I created an index on that field.

Re: easy question, what is "MUL

2001-07-27 Thread Jeremy Zawodny
On Fri, Jul 27, 2001 at 09:29:20PM -0700, Michael Collins wrote: > > I have a table that shows MUL in the key field column, what does > that indicate? That means it's a non-unique key. Jeremy -- Jeremy D. Zawodny, <[EMAIL PROTECTED]> Technical Yahoo - Yahoo Finance Desk: (408) 349-7878 Fax: (

easy question, what is "MUL

2001-07-27 Thread Michael Collins
I have a table that shows MUL in the key field column, what does that indicate? +--+--+--+-+-++ | Field| Type | Null | Key | Default | Extra | +--+--+--+-+-