MySQL Forums
Forum List  »  MyISAM

AUTO INCREMENT keywords does not Insert the number in ordered form in database
Posted by: Jagdeep Singh Malhi
Date: March 23, 2010 10:44AM

CREATE TABLE `tablename` (
`reg_no` int(9) unsigned NOT NULL AUTO_INCREMENT;

I am using this code for auto increment the register number , AUTO_INCREMENT is increment the number automatically , but it cannot insert these increment numbers in order form in database table.

How ,we can handle this problem?

Options: ReplyQuote


Subject
Views
Written By
Posted
AUTO INCREMENT keywords does not Insert the number in ordered form in database
3844
March 23, 2010 10:44AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.