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: Andreas Wenzel <dummy_at_dummy.org>
Date: Sat, 10 Aug 2002 07:52:05 +0200
Message-ID: <5m92ja-mc1.ln@pc27.delphi.at>


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

In MySQL you create a table with an autoincrement column. That's it. And it's totally different from oracle sequences.

Andreas Wenzel

-- 
My real eMail is "a dot wenzel at aon dot at"
Received on Sat Aug 10 2002 - 00:52:05 CDT

Original text of this message

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