I want to copy some tables from one ODBC source to another, currently the only way I can think of doing this is by going through each row and inserting it in as needed.
Im trying to copy a ServiceNow table to a SQLite3 table.
Is there a better way of doing this?
Thank you