Popular Posts

Thursday 30 June 2011

Copy data form one table to another


Copy of the data from one table to another Table:-
Insert_recordset copyOfStudents (ID, Name, ClassName) àhere where the data is copied
        Select ID, Name, ClassName from students where students.ID<=10;  à here the source table.

No comments:

Post a Comment