Search Results

0
votes

Best way/technology to implement a generic archive process

Maybe I'm not reading the requirements correctly but wouldn't a simple create <dest_table> as select * from <source_table>; suffice? with a drop first …