| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
3 comments so far (post your own) View All Comments Latest 10 Comments:How to insert multiple row values at a time by using INSERT INTO option.
Posted by SVRKISHORE on Thursday, 05.15.08 @ 11:44am | #60004
I satisfied by this description as student of Mysql N i want thorough intellengy of practical knowledge of company. So, please give the brief descriptions adding syntax..........
Posted by sheikh abdul rahiman on Friday, 10.19.07 @ 11:19am | #34380
mysql>INSERT INTO Emp VALUES('Amar', 'Patel', 'Delhi', 'M', '14-02-2004'); on running this mysql returns an error
the correct query is
insert into emp values('amar','patel','delhi','m','2003-03-31 11:22:12');
we should also give tim ewhile hard coding the date to be inserted
Posted by bluesbug on Monday, 07.23.07 @ 14:51pm | #21767