Re: Help With Default Value

2003-03-31 Thread gerald_clark
ot;MySQL List" <[EMAIL PROTECTED]> To: "Bhavin Vyas" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 9:44 PM Subject: Re: Help With Default Value Ok, how do I get the MAX(id)? Thanks, Richard - Original Message - From: "Bhavin

Re: Help With Default Value

2003-03-30 Thread MySQL List
March 30, 2003 9:44 PM Subject: Re: Help With Default Value > Ok, how do I get the MAX(id)? > > Thanks, > Richard > > > - Original Message - > From: "Bhavin Vyas" <[EMAIL PROTECTED]> > To: "MySQL List" <[EMAIL PROTECTED]>

Re: Help With Default Value

2003-03-30 Thread MySQL List
Ok, how do I get the MAX(id)? Thanks, Richard - Original Message - From: "Bhavin Vyas" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 7:59 PM Subject: Re: Help With Default Value >

Re: Help With Default Value

2003-03-30 Thread Bhavin Vyas
D]> Sent: Sunday, March 30, 2003 7:23 PM Subject: Help With Default Value I am trying to do one of two things. First I'd rather do this, but if not possible, then the other way that I'll describe will suffice. 1) I need to have a default value of a column named "invoice_id&qu

Help With Default Value

2003-03-30 Thread MySQL List
I am trying to do one of two things. First I'd rather do this, but if not possible, then the other way that I'll describe will suffice. 1) I need to have a default value of a column named "invoice_id" be this: Column names of importance: idinvoice_id id is auto_increment and BIGINT unsigned.