INSERT INTO profile VALUES(null,'Atikur','Rahman','atik@gmail.com'),

(null,'anwar','khan','Khan@gmail.com'),

(null,'kishor','chandra','chandra@gmail.com');

DISPLAY

DESCRIPTION

Insert multiple records, we must enclosed each record within parentheses and separated by commas. MySQL will automatically generated the key when you supply the insert value with the null/NULL.

0 comments:

Post a Comment

 
Top
Blogger Template