MySQL Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsDatabasesMySQL Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 5th, 2000, 04:18 AM
chinnavi
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:
Im using PERL DBI ..
i have on field in my table "HV" called

--->
id integer(11) PRIMARY KEY AUTO_INCREMENT ,
name varchar(25)
--->

Now i wanna insert values into table ...

what is the SQL statement i have to use for
inserting values ..

--->
INSERT INTO HV values ( ????? ,"name");
--->
im using MySQL 3.22.27...

thanks in advance

vijay


Reply With Quote
  #2  
Old July 5th, 2000, 05:32 AM
Shiju Rajan's Avatar
Shiju Rajan Shiju Rajan is offline
.Net Developer
Dev Shed Novice (500 - 999 posts)
 
Join Date: Feb 2000
Location: London
Posts: 987 Shiju Rajan User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 26 m 22 sec
Reputation Power: 9
Send a message via MSN to Shiju Rajan Send a message via Yahoo to Shiju Rajan

id integer(11) PRIMARY KEY AUTO_INCREMENT ,
name varchar(25)
--->


you can use a create statement like following for auto_increment field.

create table tablename(id int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY,name varchar(25));


--->
INSERT INTO HV values ( ????? ,"name");
--->

In insert statement you can't add values to an auto increment field.just you can skip that field.it will automatically insert that number.

INSERT INTO HV(name)values("name");




------------------
SR -
webshiju.com

"The fear of the LORD is the beginning of knowledge..."

Reply With Quote
  #3  
Old July 5th, 2000, 11:01 AM
chinnavi
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Thank you very much ...
it is working well and fine ...


vijay

Reply With Quote
  #4  
Old July 5th, 2000, 11:05 AM
chinnavi
Guest
Dev Shed Newbie (0 - 499 posts)
 
Posts: n/a  
Time spent in forums:
Reputation Power:

Thank you very much ...
it is working well and fine ...


vijay

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesMySQL Help > AUTO_INCREMENT HOWTO?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway