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 get

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

Re: easy question

2002-06-13 Thread Hisseine Dj.
: 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 this automatically

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. Mysql does this automatically

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 inserted. Mysql does

Re: easy question

2002-06-13 Thread Alec . Cawley
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 AM Subject: easy question Hello, I am sure

Re: easy question, what is MUL

2001-07-28 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: (408)

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. --

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 |