hi,
how would i code a script that would empty the specified table before inserting the new rows from data in a file i'm uploading?
i'm lost on where to start with this.
thanks,
evan
You'd use a DELETE command. (I'm guessing we're talking about a database here).
yeah we are. so how exactly would i code it out to delete before inserting new data?