On Tue, May 22, 2001 at 10:36:02AM -0700, bineet suri wrote:
> hello mysql
> 
> This is bineet from osprey software technology from
> india actually i just installed and configure the
> MySql database instead of postgres in linux and i have
> a script which actaully create the table structure in
> the database it create the sequence and indexes too.In
> the sequence it actally increment the one of feild
> from one table But after installing and creating
> database in MySql i find that MySql doesnot support 
> sequence so could pl tell me what would be the
> sloution for that is any autoincrement filed in MySql
> for this and could you pl send any document related to
> command and data types etc which actually MySql
> support. i am very new in MySql and you know it;s
> different from others.
[snip]
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)

Look at the link above, specifically at "7.3. Column Types" and
"7.7. CREATE TABLE syntax".  In the latter, take a look
at something you described yourself - AUTO_INCREMENT.

G'luck,
Peter

-- 
This sentence every third, but it still comprehensible.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to