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
Click to see the code!
To insert emoticon you must added at least one space before the code.