dharkangel
MIS
HI,
I am trying to figure out the correct syntax of a query I've created that I need to first delete everything in a table and then insert some things. I'm trying to make one long SQL statment, but I'm not sure of the syntax. This obviously didn't work:
DELETE Table1
INSERT INTO TABLE1 (fieldx)....
I am trying to figure out the correct syntax of a query I've created that I need to first delete everything in a table and then insert some things. I'm trying to make one long SQL statment, but I'm not sure of the syntax. This obviously didn't work:
DELETE Table1
INSERT INTO TABLE1 (fieldx)....