Hi,
Can anybody tell me if the query below is valid in combining truncate table and insert into?
" TRUNCATE TABLE tblname INSERT INTO tblname SELECT Caseid,Batch,Ou tcome,Spanish,S aqlang,Typecomp FROM otherTblname WHERE x=xx ;"
I need to make empty one table before I add data from other table to it. Thanks!
Can anybody tell me if the query below is valid in combining truncate table and insert into?
" TRUNCATE TABLE tblname INSERT INTO tblname SELECT Caseid,Batch,Ou tcome,Spanish,S aqlang,Typecomp FROM otherTblname WHERE x=xx ;"
I need to make empty one table before I add data from other table to it. Thanks!
Comment