Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: How do you make a sequence?

Re: How do you make a sequence?

From: Daniel Morgan <dmorgan_at_exesolutions.com>
Date: Fri, 09 Aug 2002 20:51:11 GMT
Message-ID: <3D542B38.2C9C2AD2@exesolutions.com>


cg wrote:

> IN Oracle sql + you make a sequence like this:
>
> create sequence blabla increment by 1;
>
> But how would the corresponding sequence be
> created in mySQL ?
>
> Thanks

  1. This is an Oracle group not a MySQL group so why would you think we would know.
  2. MySQL may not have sequences (I don't know of any database other than Oracle that does) ... and likely most of us wouldn't know that either.

Daniel Morgan Received on Fri Aug 09 2002 - 15:51:11 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US