ghostpc
Posts : 85 أهمية العضو : 0 Join date : 18/11/2008
| موضوع: SQL Insert Command الأحد نوفمبر 30, 2008 1:30 pm | |
| SQL Insert Command This statement is used to insert a row of data in a table. All inserted values are enclosed using single quote strings. The syntax of this command is:
insert into tablename (column1name,column2name...columnxname) values (value1,value2...valuex);
Example :
insert into citylist (name, state, population, zipcode) values ('Argos', 'Indiana', '89', '46501'); | |
|
A.Tamimi Admin
Posts : 1593 أهمية العضو : 16 Join date : 13/11/2008 Age : 39 Location : Jordan
| موضوع: رد: SQL Insert Command الجمعة ديسمبر 05, 2008 2:25 pm | |
| | |
|
M.ALS3OD
Posts : 854 أهمية العضو : 0 Join date : 13/09/2009 Age : 30 Location : AMMAN
| موضوع: رد: SQL Insert Command السبت سبتمبر 19, 2009 2:40 am | |
| مـــشـــكـــورررررررررررر | |
|