I currently have a database with 7 tables, each table with 40k rows. I would like to create a new database with the same 7 table names with data from rows 20k to 40k. How could I possibly achieve that using python?
Any help is highly appreciated.
I currently have a database with 7 tables, each table with 40k rows. I would like to create a new database with the same 7 table names with data from rows 20k to 40k. How could I possibly achieve that using python?
Any help is highly appreciated.