Which is the best way to backup rows which meet a certain date criteria? 
ie WHERE data is <= '2003-11-20'. 
Would I need to select and save the data to a temporary table and then DUMP the temp 
table.

Reply via email to